Update 'files/sudo-ldap.conf'

This commit is contained in:
William Mantly 2022-06-26 17:59:57 +00:00
parent 27b143ad1d
commit d6a5418ae7

View File

@ -4,6 +4,6 @@ URI ldap://{{ldap_host}}
BINDDN {{ldap_bind_dn}}
BINDPW {{ldap_bind_password}}
sudoers_base {{ldap_bind_dn}}
sudoers_base {{ldap_base_dn}}
SUDOERS_SEARCH_FILTER (|(memberof=cn=host_admin,ou=Groups,{{ldap_base_dn}})(memberof=cn=host_{{current_host}}_admin,ou=Groups,{{ldap_base_dn}}))