Currently my Mac has been successfully configured to be in Active Directory Domain. (System Preferences -> Users & Groups -> Login Options -> Network Account Server)
We are developing a Mac application that has following requirements:
Can you please guide us how we can query LDAP server (search users & their attributes in LDAP server) without specifying logged-in user's credentials explicitly.
Any kind of help is highly appreciable.
Thanks
We are developing a Mac application that has following requirements:
- It should communicate with the LDAP server in Active Directory Domain and retrieve users & their attributes from LDAP server.
- While communicating (bind or search) with the LDAP server, we are not allowed to explicitly specify logged-in user's credentials. (e.g. we should not prompt username / password screen to the user)
- we are able to bind to the LDAP server
- we are able to search the users & their attributes in LDAP server.
- we are able to bind to the LDAP server,
- but it does not allow us to search the users & their attributes in LDAP server.
Can you please guide us how we can query LDAP server (search users & their attributes in LDAP server) without specifying logged-in user's credentials explicitly.
Any kind of help is highly appreciable.
Thanks