summaryrefslogtreecommitdiffstats
path: root/perl-install/authentication.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-09-26 08:45:30 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-09-26 08:45:30 +0000
commit90659452b39b7ea2603c0681fbd2ea64ac7a4028 (patch)
treeecd7df901c826c6d3f49c1335df52545bbf661cc /perl-install/authentication.pm
parenta5d267bc00ff088933dc8e898de7fb125c05c87c (diff)
downloaddrakx-90659452b39b7ea2603c0681fbd2ea64ac7a4028.tar
drakx-90659452b39b7ea2603c0681fbd2ea64ac7a4028.tar.gz
drakx-90659452b39b7ea2603c0681fbd2ea64ac7a4028.tar.bz2
drakx-90659452b39b7ea2603c0681fbd2ea64ac7a4028.tar.xz
drakx-90659452b39b7ea2603c0681fbd2ea64ac7a4028.zip
- password entry field should not show the password (bugzilla #18800)
- fix typo
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 4ff647ad9..c757a4b5d 100644
--- a/perl-install/authentication.pm
+++ b/perl-install/authentication.pm
@@ -55,7 +55,7 @@ sub kind2description {
local => [ N("Local file:"), N("Use local for all authentication and information user tell in local file"), ],
LDAP => [ N("LDAP:"), N("Tells your computer to use LDAP for some or all authentication. LDAP consolidates certain types of information within your organization."), ],
NIS => [ N("NIS:"), N("Allows you to run a group of computers in the same Network Information Service domain with a common password and group file."), ],
- winbind => [ N("Windows Domain:"), N("iWinbind allows the system to retrieve information and authenticate users in a Windows domain."), ],
+ winbind => [ N("Windows Domain:"), N("Winbind allows the system to retrieve information and authenticate users in a Windows domain."), ],
AD => [ N("Active Directory with SFU:"), N("With Kerberos and Ldap for authentication in Active Directory Server "), ],
SMBKRB => [ N("Active Directory with Winbind:"), N("Winbind allows the system to authenticate users in a Windows Active Directory Server.") ],
);
@@ -114,7 +114,7 @@ sub ask_parameters {
{ label => N("LDAP users database"), val => \$authentication->{AD_users_db} },
{ label => N("Use Anonymous BIND "), val => \$anonymous, type => 'bool' },
{ label => N("LDAP user allowed to browse the Active Directory"), val => \$AD_user, disabled => sub { $anonymous } },
- { label => N("Password for user"), val => \$authentication->{AD_password}, disabled => sub { $anonymous } },
+ { label => N("Password for user"), val => \$authentication->{AD_password}, hidden => 1, disabled => sub { $anonymous } },
#{ label => N("Encryption"), val => \$authentication->{sub_kind}, list => [ map { $_->[0] } group_by2(@sub_kinds) ], format => sub { $sub_kinds{$_[0]} } },
]) or return;
$authentication->{AD_user} = !$AD_user || $authentication->{sub_kind} eq 'anonymous' ? '' :