Added modules ldap_upsert
and ldap_search
. Wrote documentation.
This commit is contained in:
parent
5b5d5098ce
commit
03bc81122d
7 changed files with 727 additions and 22 deletions
|
@ -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),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue