Added modules ldap_upsert and ldap_search. Wrote documentation.

This commit is contained in:
Dhruv Bansal 2016-09-19 05:41:55 +00:00
parent 5b5d5098ce
commit 03bc81122d
7 changed files with 727 additions and 22 deletions

View file

@ -129,7 +129,7 @@ def main():
'values': dict(required=True),
'state': dict(default='present', choices=['present', 'absent', 'exact']),
'server_uri': dict(default='ldapi:///'),
'start_tls': dict(default='false', choices=BOOLEANS),
'start_tls': dict(default='false', choices=(BOOLEANS+['True', True, 'False', False])),
'bind_dn': dict(default=None),
'bind_pw': dict(default='', no_log=True),
},