doc: bosserver manpage fixes
authorAndrew Deason <adeason@sinenomine.net>
Mon, 4 Nov 2013 01:04:30 +0000 (19:04 -0600)
committerDerrick Brashear <shadow@your-file-system.com>
Mon, 4 Nov 2013 12:09:07 +0000 (04:09 -0800)
Fix -noauth documentation. The current documentation is referring to
the client-side -noauth option, but this is actually the server-side
-noauth option, which is very different.

Change-Id: I65154aef4734e69bb0f3ae485baacac11a718488
Reviewed-on: http://gerrit.openafs.org/10401
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

doc/man-pages/pod8/bosserver.pod

index 1e7c1f9..222ef63 100644 (file)
@@ -119,9 +119,10 @@ suites. Provide the command name and all option names in full.
 
 =item B<-noauth>
 
-Assigns the unprivileged identity C<anonymous> to the issuer, which is
-useful only when authorization checking is disabled on the server machine
-(for instance, during the installation of a file server machine.)
+Turns off all authorization checks, and allows all connecting users to act as
+administrators, even unauthenticated users. The use of this option is
+inherently insecure, and should only be used in controlled environments for
+experimental or debug purposes. See L<NoAuth(5)>.
 
 =item B<-log>