.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "NOAUTH 5" .TH NOAUTH 5 2024-03-20 OpenAFS "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME NoAuth \- Disables authorization checking .SH DESCRIPTION .IX Header "DESCRIPTION" The \fINoAuth\fR file, if present in a server machine's \fI/var/lib/openafs/local\fR 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: .IP \(bu 4 During installation of the machine, as instructed in the \fIOpenAFS Quick Start Guide\fR. .IP \(bu 4 During correction of a server encryption key emergency, as discussed in the \fIOpenAFS Administration Guide\fR. .PP 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. .PP Create the file in one of the following ways: .IP \(bu 4 By issuing the bosserver initialization command with the \fB\-noauth\fR flag, if the Basic OverSeer (BOS) Server is not already running. .IP \(bu 4 By issuing the \fBbos setauth\fR command with off as the value for the \&\fB\-authrequired\fR argument, if the BOS Server is already running. .PP To remove the file, issue the \fBbos setauth\fR command with \f(CW\*(C`on\*(C'\fR as the value for the \fB\-authrequired\fR argument. .PP The file's contents, if any, are ignored; an empty (zero-length) file is effective. .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fBbos_setauth\fR\|(8), \&\fBbosserver\fR\|(8) .SH COPYRIGHT .IX Header "COPYRIGHT" IBM Corporation 2000. All Rights Reserved. .PP 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.