-> community.general.ldap_attrs
This commit is contained in:
parent
115b625aa5
commit
704585859f
|
@ -9,7 +9,7 @@
|
||||||
- python-ldap
|
- python-ldap
|
||||||
|
|
||||||
- name: fix acl
|
- name: fix acl
|
||||||
ldap_attrs:
|
community.general.ldap_attrs:
|
||||||
name: olcAccess
|
name: olcAccess
|
||||||
dn: olcDatabase={1}mdb,cn=config
|
dn: olcDatabase={1}mdb,cn=config
|
||||||
state: exact
|
state: exact
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
by dn.exact=gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth write
|
by dn.exact=gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth write
|
||||||
by * read
|
by * read
|
||||||
- name: set crypto
|
- name: set crypto
|
||||||
ldap_attrs:
|
community.general.ldap_attrs:
|
||||||
dn: cn=config
|
dn: cn=config
|
||||||
name: "{{item.key}}"
|
name: "{{item.key}}"
|
||||||
state: exact
|
state: exact
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
olcPasswordCryptSaltFormat: "$6$rounds=8000$%.16s"
|
olcPasswordCryptSaltFormat: "$6$rounds=8000$%.16s"
|
||||||
|
|
||||||
- name: set base DN
|
- name: set base DN
|
||||||
ldap_attrs:
|
community.general.ldap_attrs:
|
||||||
dn: 'olcDatabase={{"{"+(ldap_database_index|default(1)|string)+"}"}}mdb,cn=config'
|
dn: 'olcDatabase={{"{"+(ldap_database_index|default(1)|string)+"}"}}mdb,cn=config'
|
||||||
name: "{{item.key}}"
|
name: "{{item.key}}"
|
||||||
state: exact
|
state: exact
|
||||||
|
|
Loading…
Reference in a new issue