Be clearer about ldap.attribute config item

This commit is contained in:
Maxime Dor
2017-08-04 16:08:09 +02:00
parent 457ea9962b
commit 84bcb01d52

View File

@@ -114,8 +114,10 @@ ldap:
# The attribute containing the binding itself. This value will be used differently depending on the type. # The attribute containing the binding itself. This value will be used differently depending on the type.
# #
# /!\ This should match the synapse LDAP Authenticator 'uid' configuration /!\
#
# Typical values: # Typical values:
# - For type 'uid': userPrincipalName # - For type 'uid': 'userPrincipalName' or 'uid' or 'saMAccountName'
# - For type 'mxid', regardless of the directory type, we recommend using 'pager' as it is a standard attribute and # - For type 'mxid', regardless of the directory type, we recommend using 'pager' as it is a standard attribute and
# is typically not used. # is typically not used.
attribute: 'userPrincipalName' attribute: 'userPrincipalName'