diff options
author | Vicent Guardiola <vguardiola@mandriva.com> | 2004-07-30 07:25:07 +0000 |
---|---|---|
committer | Vicent Guardiola <vguardiola@mandriva.com> | 2004-07-30 07:25:07 +0000 |
commit | fdb49c1097fbd2df71e3df6ac00eb9f83c66f744 (patch) | |
tree | 0303e976a68e86b1e776e333e7d80bd095391602 | |
parent | 7b2d4796f3e69cd7028288a4f1acf4c2a9bee03a (diff) | |
download | drakx-fdb49c1097fbd2df71e3df6ac00eb9f83c66f744.tar drakx-fdb49c1097fbd2df71e3df6ac00eb9f83c66f744.tar.gz drakx-fdb49c1097fbd2df71e3df6ac00eb9f83c66f744.tar.bz2 drakx-fdb49c1097fbd2df71e3df6ac00eb9f83c66f744.tar.xz drakx-fdb49c1097fbd2df71e3df6ac00eb9f83c66f744.zip |
Clean ldap client configuration
-rw-r--r-- | perl-install/authentication.pm | 10 |
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', ), ); |