openafs/doc/man-pages/pod5/NoAuth.pod
Russ Allbery 5f70221b2c Remove references to IBM AFS
Change references to the documentation sets that we still ship to
reference the OpenAFS manuals instead of the IBM AFS manuals.  Remove
references to the IBM AFS/DFS Migration documentation, since that
doesn't appear to be available anywhere any more, replacing them where
relevant to more generic references to the DFS documentation.  Add
links to docs.openafs.org for mentions of the manuals in SEE ALSO, and
standardize on one link format.  Replace a few references to the IBM
AFS Release Notes with the actual information in those notes, or drop
the reference if it doesn't seem particularly useful.

Change-Id: Ie9666842f1315891c6a9c37c0424200f4b78bff7
Reviewed-on: http://gerrit.openafs.org/2031
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
2010-05-26 12:05:45 -07:00

68 lines
1.9 KiB
Plaintext

=head1 NAME
NoAuth - Disables authorization checking
=head1 DESCRIPTION
The F<NoAuth> file, if present in a server machine's F</usr/afs/local>
directory, indicates to the AFS server processes running on the machine
that it is not necessary to perform authorization checking. They perform
any action for any user who logs into the machine's local file system or
issues a remote command that affects the machine's AFS server functioning,
such as commands from the AFS command suites. Because failure to check
authorization exposes the machine's AFS server functionality to attack,
there are normally only two circumstances in which the file is present:
=over 4
=item *
During installation of the machine, as instructed in the I<OpenAFS Quick
Start Guide>.
=item *
During correction of a server encryption key emergency, as discussed in
the I<OpenAFS Administration Guide>.
=back
In all other circumstances, the absence of the file means that the AFS
server processes perform authorization checking, verifying that the issuer
of a command has the required privilege.
Create the file in one of the following ways:
=over 4
=item *
By issuing the bosserver initialization command with the B<-noauth> flag,
if the Basic OverSeer (BOS) Server is not already running.
=item *
By issuing the B<bos setauth> command with off as the value for the
B<-authrequired> argument, if the BOS Server is already running.
=back
To remove the file, issue the B<bos setauth> command with C<on> as the
value for the B<-authrequired> argument.
The file's contents, if any, are ignored; an empty (zero-length) file is
effective.
=head1 SEE ALSO
L<bos_setauth(8)>,
L<bosserver(8)>
=head1 COPYRIGHT
IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
This documentation is covered by the IBM Public License Version 1.0. It was
converted from HTML to POD by software written by Chas Williams and Russ
Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.