Currently we started to migrate our existing authentication to Active Directory authetication, but now i am facing lot of issues in searching users and group.
let me explain you we have an application/server who will autheticate and authorize user. so we will change our server to autheticate from LDAP server configured.
i know we should have service account, so i have ldap setup and service account exist.
- How to search user with password via service account
- How to search group
- How to search user is part of group
it would be good if someone refer any book and code sample to understand the LDAP search functionality.