From f430e98ce74eebe50417ac2d0cb151b8fe953edf Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Sun, 3 Nov 2013 19:04:30 -0600 Subject: [PATCH] doc: bosserver manpage fixes 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 Reviewed-by: Derrick Brashear --- doc/man-pages/pod8/bosserver.pod | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/man-pages/pod8/bosserver.pod b/doc/man-pages/pod8/bosserver.pod index 1e7c1f9..222ef63 100644 --- a/doc/man-pages/pod8/bosserver.pod +++ b/doc/man-pages/pod8/bosserver.pod @@ -119,9 +119,10 @@ suites. Provide the command name and all option names in full. =item B<-noauth> -Assigns the unprivileged identity C 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. =item B<-log> -- 1.9.4