From d745a63f9f5c8df42d5b8dd2f9c78c52f9d4ed2e Mon Sep 17 00:00:00 2001 From: Derek Jennings Date: Sat, 31 Aug 2013 14:40:30 +0100 Subject: drakauth: add scope statement (mga#10005) --- perl-install/authentication.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/authentication.pm') diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm index 048072aab..e4c623a06 100644 --- a/perl-install/authentication.pm +++ b/perl-install/authentication.pm @@ -907,6 +907,7 @@ sub configure_nss_ldap { 'base shadow' => $authentication->{nss_shadow}, 'base passwd' => $authentication->{nss_pwd}, 'base group' => $authentication->{nss_grp}, + scope => sub, ); } else { @@ -914,6 +915,7 @@ sub configure_nss_ldap { 'base shadow' => $authentication->{LDAPDOMAIN}, 'base passwd' => $authentication->{LDAPDOMAIN}, 'base group' => $authentication->{LDAPDOMAIN}, + scope => sub, ); } if ($authentication->{anonymous} eq '1') { -- cgit v1.2.1