summaryrefslogtreecommitdiffstats
path: root/perl-install/authentication.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/authentication.pm')
-rw-r--r--perl-install/authentication.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm
index e4c623a06..fd44bb22c 100644
--- a/perl-install/authentication.pm
+++ b/perl-install/authentication.pm
@@ -907,7 +907,7 @@ sub configure_nss_ldap {
'base shadow' => $authentication->{nss_shadow},
'base passwd' => $authentication->{nss_pwd},
'base group' => $authentication->{nss_grp},
- scope => sub,
+ scope => "sub",
);
} else {
@@ -915,7 +915,7 @@ sub configure_nss_ldap {
'base shadow' => $authentication->{LDAPDOMAIN},
'base passwd' => $authentication->{LDAPDOMAIN},
'base group' => $authentication->{LDAPDOMAIN},
- scope => sub,
+ scope => "sub",
);
}
if ($authentication->{anonymous} eq '1') {