@@ -492,16 +492,16 @@ OpenLDAP)
492492 - Active Directory
493493 - Description
494494 * - ``ldap.basedn ``
495- - `Ex: OU=APAC,DC=company,DC=com `
496- - `Ex: DC=company,DC=com `
495+ - `Ex: OU=APAC, DC=company, DC=com `
496+ - `Ex: DC=company, DC=com `
497497 - Sets the basedn for LDAP.
498498 * - ``ldap.search.group.principle ``
499- - `Ex: CN=ACSGroup,DC=company,DC=com `
500- - `Ex: CN=ACSGroup,CN=Users,DC=company,DC=com `
499+ - `Ex: CN=ACSGroup, DC=company, DC=com `
500+ - `Ex: CN=ACSGroup, CN=Users, DC=company, DC=com `
501501 - (optional) if set only Users from this group are listed.
502502 * - ``ldap.bind.principal ``
503- - `Ex: CN=ACSServiceAccount,OU=APAC,DC=company,DC=com `
504- - `Ex: CN=ACSServiceAccount,CN=Users,DC=company,DC=com `
503+ - `Ex: CN=ACSServiceAccount, OU=APAC, DC=company, DC=com `
504+ - `Ex: CN=ACSServiceAccount, CN=Users, DC=company, DC=com `
505505 - Service account that can list all the Users in the above basedn. Avoid using privileged account such as Administrator.
506506 * - ``ldap.bind.password ``
507507 - `****************** `
0 commit comments