forked from infra/ansible
matrix: default name to username
This commit is contained in:
parent
6b82d3d92b
commit
84189d95a1
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user