]> BookStack Code Mirror - website/commitdiff
corrected reference to AD common names 26/head
authorDerek <redacted>
Tue, 25 Sep 2018 18:18:03 +0000 (11:18 -0700)
committerGitHub <redacted>
Tue, 25 Sep 2018 18:18:03 +0000 (11:18 -0700)
content/docs/admin/ldap-auth.md

index 103c50ed9276eefee9d5de3e80b80ae8bc59455a..1e867d7ce1bd9a2a37071747090bbc0824ce0edf 100644 (file)
@@ -60,7 +60,7 @@ LDAP_VERSION=3
 ### LDAP Group Sync
 
 BookStack has the ability to sync LDAP user groups with BookStack roles. By default this will match LDAP group names with the BookStack role display names with casing ignored.
-This can be overridden by via the 'External Authentication IDs' field which can be seen when editing a role while LDAP authentication is enabled. This field can be populated with distinguished names (DNs) of accounts *or* groups. If filled, DNs in this field will be used and the role name will be ignored. You can match on multiple DNs by separating them with a comma.
+This can be overridden by via the 'External Authentication IDs' field which can be seen when editing a role while LDAP authentication is enabled. This field can be populated with common names (CNs) of accounts *or* groups. If filled, CNs in this field will be used and the role name will be ignored. You can match on multiple CNs by separating them with a comma.
 
 This feature requires the LDAP server to be able to provide user groups when queried. This is enabled by default on ActiveDirectory via the 'memberOf' attribute but other LDAP systems may need to be configured to enable such functionality. If using OpenLDAP you'll need to setup the memberof overlay.