From b6123a770ee606b08de4fe07364b79c0cf3efbab Mon Sep 17 00:00:00 2001 From: ennael Date: Tue, 3 Sep 2013 14:38:06 +0200 Subject: fix syntax --- perl-install/authentication.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/authentication.pm') 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') { -- cgit v1.2.1