diff options
author | Antoine Ginies <aginies@mandriva.com> | 2005-08-08 03:17:29 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2005-08-08 03:17:29 +0000 |
commit | 25561fbd793df35e756318c529b0cc379cbd050b (patch) | |
tree | 7618f10780593c643949ad03ba2e0ca0643de57b /perl-install | |
parent | 3d9e76b6f00c6a46c444e808d29d8caab149ccd7 (diff) | |
download | drakx-25561fbd793df35e756318c529b0cc379cbd050b.tar drakx-25561fbd793df35e756318c529b0cc379cbd050b.tar.gz drakx-25561fbd793df35e756318c529b0cc379cbd050b.tar.bz2 drakx-25561fbd793df35e756318c529b0cc379cbd050b.tar.xz drakx-25561fbd793df35e756318c529b0cc379cbd050b.zip |
fix User ID help (#17321)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/standalone/draknfs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/standalone/draknfs b/perl-install/standalone/draknfs index 6af921263..5d5efc115 100644 --- a/perl-install/standalone/draknfs +++ b/perl-install/standalone/draknfs @@ -153,16 +153,16 @@ $help_access = N("<span weight=\"bold\">NFS clients</span> may be specified in a my $help_userid = N("<span weight=\"bold\">User ID options</span> -<span foreground=\"royalblue3\">root_squash:</span> map requests from uid/gid 0 to the anonymous uid/gid. +<span foreground=\"royalblue3\">map root user as anonymou:</span> map requests from uid/gid 0 to the anonymous uid/gid (root_squash). -<span foreground=\"royalblue3\">no_root_squash:</span> turn off root squashing. This option is mainly useful for diskless clients. +<span foreground=\"royalblue3\">allow real remote root access:</span> turn off root squashing. This option is mainly useful for diskless clients (no_root_squash). -<span foreground=\"royalblue3\">all_squash:</span> map all uids and gids to the anonymous user. Useful for NFS-exported public FTP directories, news spool directories, etc. The opposite option is no_all_squash, which is the default setting. +<span foreground=\"royalblue3\">map all users to anonymous user:</span> map all uids and gids to the anonymous user (all_squash). Useful for NFS-exported public FTP directories, news spool directories, etc. The opposite option is no user UID mapping (no_all_squash), which is the default setting. -<span foreground=\"royalblue3\">anonuid and anongid:</span> explicitly set the uid and gid of the anonymous account. +<span foreground=\"royalblue3\">anonuid and anongid:</span> explicitly set the uid and gid of the anonymous account. "); my %adv_options = ( |