From 25561fbd793df35e756318c529b0cc379cbd050b Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Mon, 8 Aug 2005 03:17:29 +0000 Subject: fix User ID help (#17321) --- perl-install/standalone/draknfs | 8 ++++---- 1 file 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("NFS clients may be specified in a my $help_userid = N("User ID options -root_squash: map requests from uid/gid 0 to the anonymous uid/gid. +map root user as anonymou: map requests from uid/gid 0 to the anonymous uid/gid (root_squash). -no_root_squash: turn off root squashing. This option is mainly useful for diskless clients. +allow real remote root access: turn off root squashing. This option is mainly useful for diskless clients (no_root_squash). -all_squash: 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. +map all users to anonymous user: 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. -anonuid and anongid: explicitly set the uid and gid of the anonymous account. +anonuid and anongid: explicitly set the uid and gid of the anonymous account. "); my %adv_options = ( -- cgit v1.2.1