You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`ldap.basedn` | `OU=APAC,`<br>`DC=company,DC=com` | Sets the base DN for LDAP searches. |
490
+
|`ldap.search.group.principle` | `CN=ACSGroup,`<br>`DC=company,DC=com` | *(Optional)* If set, only users belonging to this group are listed. |
491
+
|`ldap.bind.principal` | `CN=ACSServiceAccount,OU=APAC,`<br>`DC=company,DC=com` | Service account used to list users under the configured base DN. Avoid using privileged accounts such as `Administrator`. |
492
+
|`ldap.bind.password` | `****************` | Password for the bind DN. Entered in plain text but stored encrypted. |
493
+
|`ldap.user.object` | OpenLDAP: `inetOrgPerson`<br>Active Directory: `user` | LDAP object class representing user accounts. |
494
+
|`ldap.email.attribute` | `mail` | Attribute used to retrieve the user email address. |
495
+
|`ldap.firstname.attribute` | `givenName` | Attribute used to retrieve the user first name. |
496
+
|`ldap.lastname.attribute` | `sn` | Attribute used to retrieve the user last name. |
0 commit comments