mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-18 16:31:26 -07:00
Optimize ldap modules auth note in a doc fragment (#9486)
Optimize ldap auth doc fragment
This commit is contained in:
parent
d81f56e10b
commit
01244237a1
6 changed files with 4 additions and 18 deletions
|
@ -17,10 +17,6 @@ short_description: Add or remove LDAP entries
|
|||
description:
|
||||
- Add or remove LDAP entries. This module only asserts the existence or non-existence of an LDAP entry, not its attributes. To assert the attribute
|
||||
values of an entry, see M(community.general.ldap_attrs).
|
||||
notes:
|
||||
- The default authentication settings will attempt to use a SASL EXTERNAL bind over a UNIX domain socket. This works well with the default Ubuntu
|
||||
install for example, which includes a C(cn=peercred,cn=external,cn=auth) ACL rule allowing root to modify the server configuration. If you need
|
||||
to use a simple bind to access your server, pass the credentials in O(bind_dn) and O(bind_pw).
|
||||
author:
|
||||
- Jiri Tyr (@jtyr)
|
||||
requirements:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue