Add a note about the proper value for uid
authorMark Felder <feld@FreeBSD.org>
Fri, 7 Aug 2020 14:42:10 +0000 (09:42 -0500)
committerMark Felder <feld@FreeBSD.org>
Fri, 7 Aug 2020 14:42:10 +0000 (09:42 -0500)
docs/configuration/cheatsheet.md

index f23cf4fe4cb62e7366ee95a01c59d69bd7943cdf..d9115a958d642bb5c3069dd7f74364aa6277296e 100644 (file)
@@ -890,6 +890,9 @@ Pleroma account will be created with the same name as the LDAP user name.
 * `base`: LDAP base, e.g. "dc=example,dc=com"
 * `uid`: LDAP attribute name to authenticate the user, e.g. when "cn", the filter will be "cn=username,base"
 
+Note, if your LDAP server is an Active Directory server the correct value is commonly `uid: "cn"`, but if you use an
+OpenLDAP server the value may be `uid: "uid"`.
+
 ### OAuth consumer mode
 
 OAuth consumer mode allows sign in / sign up via external OAuth providers (e.g. Twitter, Facebook, Google, Microsoft, etc.).