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:
|
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)"
|
||||||
|
Loading…
Reference in New Issue
Block a user