is posible read and get a user in all tree and branch of an active directory ? #631
hdkcreative
started this conversation in
General
Replies: 1 comment 6 replies
-
first approach : We did it this way to go through all the Active Directory and search for a user, we also did
We're still waiting to see if anyone knows of a recursive way to traverse active directory to find a user. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys, a question, this library has the option of read an user in all tree and branch only with your user and your password ?
example: this is our AD
![imagen](https://private-user-images.githubusercontent.com/18191896/265818323-fae5816a-743b-4438-b3c0-5a9c6cb7dd04.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNjM5NzcsIm5iZiI6MTczOTA2MzY3NywicGF0aCI6Ii8xODE5MTg5Ni8yNjU4MTgzMjMtZmFlNTgxNmEtNzQzYi00NDM4LWIzYzAtNWE5YzZjYjdkZDA0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDAxMTQzN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTBjYWExZjg4MGNlNWQyMTY3MDFiYmNlYWZhMzUyZWIyY2Y3M2Q5MGVhNmRiYmJiNjI3ZTkxYjc3YWM0N2M0OTkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.wmHmPLvWudAwFS2NdhudRssRTuZTJ2XuIvZSN3GHv-8)
COORP-GROUP.com is our principal entity ( corporate)
mexico, canda, japon , spain and USA are our branch of the principal AD
is posible only with a form with username ( samaAccountname) , domain and password serach and locate a user in our AD ?
with this library we can read in cascade all ad of the principal ?
Beta Was this translation helpful? Give feedback.
All reactions