LDAP stands for Lightweight Directory Access Protocol. It is a lightweight client-server protocol for accessing directory services.
LDAPAuthenication |
Determines if the user will be authenticated via LDAP |
LDAPBaseDNPrimary |
The distinguished name base where we start the search (i.e. DC=Subdomain,DC=yourco,DC=com,OU=City,OU=Users) |
LDAPBaseDNSecondary |
The distinguished name base where we start the search (i.e. DC=Subdomain,DC=yourco,DC=com,OU=City,OU=Users) |
LDAPFieldKeyPrimary |
Field in the LDAP structure to query the users login against (usually sAMAccountName) |
LDAPFieldKeySecondary |
Field in the LDAP structure to query the users login against (usually sAMAccountName) |
LDAPPasswordPrimary |
Password to allow a query into the LDAP server |
LDAPPasswordSecondary |
Password to allow a query into the LDAP server |
LDAPServerPrimary |
The primary LDAP server that will authenticate the user |
LDAPServerSecondary |
The primary LDAP server that will authenticate the user |
LDAPURLPublic |
URL of the Public ProjectDox server to send the user to after a successful LDAP login on the LDAP server. |
LDAPUserNamePrimary |
Username to allow a query into the LDAP server |
LDAPUserNameSecondary |
Username to allow a query into the LDAP server |