]> BookStack Code Mirror - website/blobdiff - content/docs/admin/ldap-auth.md
Performed docs updates for v24.12, added import/export page
[website] / content / docs / admin / ldap-auth.md
index 3f3f09c745c0e361df95fe3b05e5d084f288dc66..d28f46be2702c47c25f52913661af839ed355fa9 100644 (file)
@@ -51,7 +51,10 @@ LDAP_ID_ATTRIBUTE=uid
 # Set the default 'email' attribute. Defaults to 'mail'
 LDAP_EMAIL_ATTRIBUTE=mail
 
-# Set the property to use for a user's display name. Defaults to 'cn'
+# Set the property to use for a user's display name. Defaults to 'cn'.
+# Can have multiple attributes listed, separated with a '|' in which 
+# case those values will be joined with a space.
+# Example: LDAP_DISPLAY_NAME_ATTRIBUTE=given_name|family_name
 LDAP_DISPLAY_NAME_ATTRIBUTE=cn
 
 # Set the attribute to use for the user's avatar image.