From 4a6811d882e95adb3f804570863485e16eacb867 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Mon, 6 Sep 2021 20:29:09 +0000 Subject: [PATCH] Update 'index.sh' --- index.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.sh b/index.sh index 81646eb..415ccb5 100755 --- a/index.sh +++ b/index.sh @@ -86,7 +86,7 @@ PAM_LDAP_filter=" pam_password_prohibit_message Please visit $sso_url to change your password. nss_base_group ou=Groups,$ldap_base_dn?one nss_schema rfc2307 -pam_filter &(|(memberof=cn=host_access,ou=Groups,$ldap_bind_dn)(memberof=cn=host_`hostname`_access,ou=Groups,$ldap_bind_dn)) +pam_filter &(|(memberof=cn=host_access,ou=Groups,$ldap_base_dn)(memberof=cn=host_`hostname`_access,ou=Groups,$ldap_base_dn)) " if grep -qiE "^NAME=\"debian" /etc/os-release; then