diff options
author | Funda Wang <fwang@mandriva.org> | 2004-08-08 21:02:25 +0000 |
---|---|---|
committer | Funda Wang <fwang@mandriva.org> | 2004-08-08 21:02:25 +0000 |
commit | ba9b8bfeebb25f176ee16804ba74a203794d3fe8 (patch) | |
tree | 68f12c4d6221f2061b7fa2f7285ce6c896abe279 /perl-install/authentication.pm | |
parent | 12f8cf38cc75406a94cb32700cdc4d99fb40cdb6 (diff) | |
download | drakx-ba9b8bfeebb25f176ee16804ba74a203794d3fe8.tar drakx-ba9b8bfeebb25f176ee16804ba74a203794d3fe8.tar.gz drakx-ba9b8bfeebb25f176ee16804ba74a203794d3fe8.tar.bz2 drakx-ba9b8bfeebb25f176ee16804ba74a203794d3fe8.tar.xz drakx-ba9b8bfeebb25f176ee16804ba74a203794d3fe8.zip |
typo fix
Diffstat (limited to 'perl-install/authentication.pm')
-rw-r--r-- | perl-install/authentication.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm index 6840374ee..b929985dd 100644 --- a/perl-install/authentication.pm +++ b/perl-install/authentication.pm @@ -27,7 +27,7 @@ sub kind2description() { [ N("Local file:"), N("Use local for all authentication and information user tell in local file"), ], [ N("LDAP:"), N("Tells your computer to use LDAP for some or all authentication. LDAP consolidates certain types of information within your organization."), ], [ 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."), ], - [ N("Windows Domain:"), N("Winbind allows a system to retrieve information about users and to authenticate users by using in an Windows domain."), ], + [ N("Windows Domain:"), N("Winbind allows the system to retrieve information and authenticate users in a Windows domain."), ], [ N("Active Directory with SFU:"), N("Kerberos is a secure system for providing network authentication services."), ], [ N("Active Directory with Winbind:"), N("Kerberos is a secure system for providing network authentication services.") ], ) |