matrix: default name to username

This commit is contained in:
Markus 2020-01-20 20:49:00 +01:00
parent 6b82d3d92b
commit 84189d95a1
1 changed files with 1 additions and 1 deletions

View File

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