# 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.