From ed8c9c7f3096c626c9a0419626524f477d3ae854 Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Sat, 2 Apr 2011 19:39:51 +0000 Subject: - use 'cannot' instead of 'can not' - use 'LDAP' instead of 'Ldap' --- perl-install/authentication.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perl-install/authentication.pm') diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm index 4e6ae2ce9..ab249dc50 100644 --- a/perl-install/authentication.pm +++ b/perl-install/authentication.pm @@ -66,7 +66,7 @@ sub kind2description_raw { 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."), ], - KRB5 => [ N("Kerberos 5 :"), N("With Kerberos and Ldap for authentication in Active Directory Server "), ], + KRB5 => [ N("Kerberos 5 :"), N("With Kerberos and LDAP for authentication in Active Directory Server "), ], ); join('', map { $_ ? qq($_->[0]\n$_->[1]) : '' } map { $kind2description{$_} } @kinds); } @@ -156,7 +156,7 @@ sub ask_parameters { my %level = ( 1 => N("Use local file for users information"), - 2 => N("Use Ldap for users information"), + 2 => N("Use LDAP for users information"), ); $in->ask_from('', N(" "), @@ -351,7 +351,7 @@ EOF configure_nss_ldap($authentication); output($conf_file, <{LDAP_server} realm=$authentication->{LDAPDOMAIN} EOF -- cgit v1.2.1