LDAP Authentication

What are the LDAP Service Account Credentials?

10161 views January 2, 2020 shweta 22

1. Service account is an unprivileged user that is used to make an authenticated bind to the LDAP Server. It is the preferred method of binding to the LDAP server if you have to perform search and modify operations on the directory.

2. The distinguished name(DN) of the service account object/user logon name and the password are provided as credentials.

Was this helpful?