Skip to content

Updating LDAP integration instructions #494

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Prev Previous commit
Update accounts.rst
  • Loading branch information
daviftorres authored Apr 14, 2025
commit 9e31c314caf478d5b6db9ed8c8f94fe4872114f1
12 changes: 6 additions & 6 deletions source/adminguide/accounts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -492,16 +492,16 @@ OpenLDAP)
- Active Directory
- Description
* - ``ldap.basedn``
- `Ex: OU=APAC,DC=company,DC=com`
- `Ex: DC=company,DC=com`
- `Ex: OU=APAC, DC=company, DC=com`
- `Ex: DC=company, DC=com`
- Sets the basedn for LDAP.
* - ``ldap.search.group.principle``
- `Ex: CN=ACSGroup,DC=company,DC=com`
- `Ex: CN=ACSGroup,CN=Users,DC=company,DC=com`
- `Ex: CN=ACSGroup, DC=company, DC=com`
- `Ex: CN=ACSGroup, CN=Users, DC=company, DC=com`
- (optional) if set only Users from this group are listed.
* - ``ldap.bind.principal``
- `Ex: CN=ACSServiceAccount,OU=APAC,DC=company,DC=com`
- `Ex: CN=ACSServiceAccount,CN=Users,DC=company,DC=com`
- `Ex: CN=ACSServiceAccount, OU=APAC, DC=company, DC=com`
- `Ex: CN=ACSServiceAccount, CN=Users, DC=company, DC=com`
- Service account that can list all the Users in the above basedn. Avoid using privileged account such as Administrator.
* - ``ldap.bind.password``
- `******************`
Expand Down