matrix: default name to username

This commit is contained in:
Markus 2020-01-20 20:49:00 +01:00
parent 6b82d3d92b
commit 84189d95a1

View File

@ -1459,7 +1459,7 @@ password_providers:
attributes: attributes:
uid: "cn" uid: "cn"
mail: "mail" mail: "mail"
name: "givenName" name: "cn"
bind_dn: {{ ldap_binddn }} bind_dn: {{ ldap_binddn }}
bind_password: {{ ldap_bindpw }} bind_password: {{ ldap_bindpw }}
filter: "(objectClass=posixAccount)" filter: "(objectClass=posixAccount)"