diff options
author | Francois Pons <fpons@mandriva.com> | 2001-07-09 16:17:15 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-07-09 16:17:15 +0000 |
commit | 93cb58efd05c85e1ed55d6bb36f750e696e939bd (patch) | |
tree | 04c3a50b2a4c762118e4ca65b19da9978e847223 /perl-install | |
parent | 64dd97d13696ac8e96935f9bd3b963e5ed2290a4 (diff) | |
download | drakx-93cb58efd05c85e1ed55d6bb36f750e696e939bd.tar drakx-93cb58efd05c85e1ed55d6bb36f750e696e939bd.tar.gz drakx-93cb58efd05c85e1ed55d6bb36f750e696e939bd.tar.bz2 drakx-93cb58efd05c85e1ed55d6bb36f750e696e939bd.tar.xz drakx-93cb58efd05c85e1ed55d6bb36f750e696e939bd.zip |
updated root password help.
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/help.pm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/perl-install/help.pm b/perl-install/help.pm index afff7e11e..e781412e6 100644 --- a/perl-install/help.pm +++ b/perl-install/help.pm @@ -605,13 +605,13 @@ characters long. It should never be written down. Do not make the password too long or complicated, though: you must be able to remember it without too much effort."), -setRootPasswordMd5 => - __("To enable a more secure system, you should select \"Use shadow file\" and -\"Use MD5 passwords\"."), +setRootPasswordAuth => + __("If your network uses LDAP (or NIS) protocol for authentication, select +\"LDAP\" (or \"NIS\") as authentication. If you don't know, ask your network +administrator. -setRootPasswordNIS => - __("If your network uses NIS, select \"Use NIS\". If you don't know, ask your -network administrator."), +If your computer is not connected to any administrated network, you may want to +choose \"Local files\" for authentication."), addUser => __("You may now create one or more \"regular\" user account(s), as |