summaryrefslogtreecommitdiffstats
path: root/perl-install/authentication.pm
diff options
context:
space:
mode:
authorVicent Guardiola <vguardiola@mandriva.com>2004-07-30 07:25:07 +0000
committerVicent Guardiola <vguardiola@mandriva.com>2004-07-30 07:25:07 +0000
commitfdb49c1097fbd2df71e3df6ac00eb9f83c66f744 (patch)
tree0303e976a68e86b1e776e333e7d80bd095391602 /perl-install/authentication.pm
parent7b2d4796f3e69cd7028288a4f1acf4c2a9bee03a (diff)
downloaddrakx-fdb49c1097fbd2df71e3df6ac00eb9f83c66f744.tar
drakx-fdb49c1097fbd2df71e3df6ac00eb9f83c66f744.tar.gz
drakx-fdb49c1097fbd2df71e3df6ac00eb9f83c66f744.tar.bz2
drakx-fdb49c1097fbd2df71e3df6ac00eb9f83c66f744.tar.xz
drakx-fdb49c1097fbd2df71e3df6ac00eb9f83c66f744.zip
Clean ldap client configuration
Diffstat (limited to 'perl-install/authentication.pm')
-rw-r--r--perl-install/authentication.pm10
1 files changed, 9 insertions, 1 deletions
diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm
index 06e66c8c9..6840374ee 100644
--- a/perl-install/authentication.pm
+++ b/perl-install/authentication.pm
@@ -202,6 +202,14 @@ sub set {
shadowAccount => 'User',
posixGroup => 'Group',
),
+
+
+ scope => 'sub',
+ pam_login_attribute => 'sAMAccountName',
+ pam_filter => 'objectclass=User',
+ pam_password => 'ad',
+
+
(map_each { "nss_map_attribute_$::a" => $::b }
uid => 'sAMAccountName',
uidNumber => 'msSFU30UidNumber',
@@ -210,7 +218,7 @@ sub set {
uniqueMember => 'member',
userPassword => 'msSFU30Password',
homeDirectory => 'msSFU30HomeDirectory',
- LoginShell => 'msSFU30LoginShell',
+ loginShell => 'msSFU30LoginShell',
gecos => 'name',
),
);