mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update documentation about ldap_attr (#20351)
Fixing the documentation issue #2035 https://github.com/ansible/ansible/issues/20350
This commit is contained in:
parent
18c86bc814
commit
b8c1321635
1 changed files with 2 additions and 2 deletions
|
@ -166,7 +166,7 @@ EXAMPLES = """
|
||||||
olcRootPW: "{SSHA}tabyipcHzhwESzRaGA7oQ/SDoBZQOGND"
|
olcRootPW: "{SSHA}tabyipcHzhwESzRaGA7oQ/SDoBZQOGND"
|
||||||
|
|
||||||
- name: Get rid of an unneeded attribute
|
- name: Get rid of an unneeded attribute
|
||||||
ldap_entry:
|
ldap_attr:
|
||||||
dn: uid=jdoe,ou=people,dc=example,dc=com
|
dn: uid=jdoe,ou=people,dc=example,dc=com
|
||||||
name: shadowExpire
|
name: shadowExpire
|
||||||
value: ""
|
value: ""
|
||||||
|
@ -184,7 +184,7 @@ EXAMPLES = """
|
||||||
# bind_dn: cn=admin,dc=example,dc=com
|
# bind_dn: cn=admin,dc=example,dc=com
|
||||||
# bind_pw: password
|
# bind_pw: password
|
||||||
- name: Get rid of an unneeded attribute
|
- name: Get rid of an unneeded attribute
|
||||||
ldap_entry:
|
ldap_attr:
|
||||||
dn: uid=jdoe,ou=people,dc=example,dc=com
|
dn: uid=jdoe,ou=people,dc=example,dc=com
|
||||||
name: shadowExpire
|
name: shadowExpire
|
||||||
value: ""
|
value: ""
|
||||||
|
|
Loading…
Reference in a new issue