summaryrefslogtreecommitdiffstats
path: root/perl-install/authentication.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-07-30 18:22:31 +0000
committerThierry Vignaud <tv@mandriva.org>2007-07-30 18:22:31 +0000
commit1f0fe5c505049c48a69e92ad41f7e537a5e24890 (patch)
tree07fd6a0235370bceb957ccf81ea45f6fb0fc3bc6 /perl-install/authentication.pm
parent2f43d2c1c612077b9d105c73804a6d9e8a023484 (diff)
downloaddrakx-1f0fe5c505049c48a69e92ad41f7e537a5e24890.tar
drakx-1f0fe5c505049c48a69e92ad41f7e537a5e24890.tar.gz
drakx-1f0fe5c505049c48a69e92ad41f7e537a5e24890.tar.bz2
drakx-1f0fe5c505049c48a69e92ad41f7e537a5e24890.tar.xz
drakx-1f0fe5c505049c48a69e92ad41f7e537a5e24890.zip
update a string
Diffstat (limited to 'perl-install/authentication.pm')
-rw-r--r--perl-install/authentication.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm
index 001408260..e4dc90125 100644
--- a/perl-install/authentication.pm
+++ b/perl-install/authentication.pm
@@ -63,7 +63,7 @@ my %kind2packages = (
sub kind2description {
my (@kinds) = @_;
my %kind2description = (
- local => [ N("Local file:"), N("Use information stored in local file for all authentication"), ],
+ local => [ N("Local file:"), N("Use information stored in local files for all authentication"), ],
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("Winbind allows the system to retrieve information and authenticate users in a Windows domain."), ],