summaryrefslogtreecommitdiffstats
path: root/perl-install/authentication.pm
diff options
context:
space:
mode:
authorDerek Jennings <djennings@mageia.org>2013-08-31 14:40:30 +0100
committerDerek Jennings <djennings@mageia.org>2013-08-31 14:40:30 +0100
commitd745a63f9f5c8df42d5b8dd2f9c78c52f9d4ed2e (patch)
tree34ac86ff2d141c6044fac52b0d6e2187de99caa0 /perl-install/authentication.pm
parent72ea5fb83d926327079b5632a9e81a029ec965d9 (diff)
downloaddrakx-d745a63f9f5c8df42d5b8dd2f9c78c52f9d4ed2e.tar
drakx-d745a63f9f5c8df42d5b8dd2f9c78c52f9d4ed2e.tar.gz
drakx-d745a63f9f5c8df42d5b8dd2f9c78c52f9d4ed2e.tar.bz2
drakx-d745a63f9f5c8df42d5b8dd2f9c78c52f9d4ed2e.tar.xz
drakx-d745a63f9f5c8df42d5b8dd2f9c78c52f9d4ed2e.zip
drakauth: add scope statement (mga#10005)
Diffstat (limited to 'perl-install/authentication.pm')
-rw-r--r--perl-install/authentication.pm2
1 files changed, 2 insertions, 0 deletions
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') {