From d6a5418ae7c7150aa0c23ef42127354ab4ba0dc8 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Sun, 26 Jun 2022 17:59:57 +0000 Subject: [PATCH] Update 'files/sudo-ldap.conf' --- files/sudo-ldap.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/sudo-ldap.conf b/files/sudo-ldap.conf index ab24231..b73fe54 100644 --- a/files/sudo-ldap.conf +++ b/files/sudo-ldap.conf @@ -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}}))