community.general/lib/ansible/modules/net_tools/ldap
Alex Willmer 490c7e7b35 Clarify docs/examples of attribute removal (#35872)
If values="somestring" is specified then this module normalizes it to
["somestring"]. This means that passing name="foo", values="",
state=exact results in the ldap entry having a single attribute called
foo="".

To delete all attributes "foo", regardless of their values, it is
necessary to pass name="foo", values=[], state="exact".
2018-08-29 15:39:37 -05:00
..
__init__.py
ldap_attr.py Clarify docs/examples of attribute removal (#35872) 2018-08-29 15:39:37 -05:00
ldap_entry.py ldap_entry bugfix (#43620) 2018-08-06 15:01:08 +05:30
ldap_passwd.py ldap_passwd.passwd_set: Use the synchronous API 2018-08-21 11:31:43 -04:00