3 bos_getrestricted - Displays whether a bos server is restricted or not
10 B<bos getrestricted> S<<< B<-server> <I<machine name>> >>> S<<< [B<-cell> <I<cell name>>] >>>
11 [B<-noauth>] [B<-localauth>] [B<-help>]
18 The bos getrestricted command shows whether the server machine named by
19 the B<-server> argument is running in restricted mode.
21 Restricted mode limits access to certain bos commands. See
22 L<bos_setrestricted(8)> for details of which commands are disabled by
25 Use the B<bos setrestricted> command to restrict, or un-restrict, a server.
31 =item B<-server> <I<machine name>>
33 Indicates the server machine for which to display the restart
34 times. Identify the machine by IP address or its host name (either
35 fully-qualified or abbreviated unambiguously). For details, see L<bos(8)>.
37 =item B<-cell> <I<cell name>>
39 Names the cell in which to run the command. Do not combine this argument
40 with the B<-localauth> flag. For more details, see L<bos(8)>.
44 Assigns the unprivileged identity C<anonymous> to the issuer. Do not
45 combine this flag with the B<-localauth> flag. For more details, see
50 Constructs a server ticket using a key from the local
51 F</usr/afs/etc/KeyFile> file. The B<bos> command interpreter presents the
52 ticket to the BOS Server during mutual authentication. Do not combine this
53 flag with the B<-cell> or B<-noauth> options. For more details, see
58 Prints the online help for this command. All other valid options are
65 The output consists of a single line
67 Restricted mode is <val>
69 Where <val> is "on" or "off"
71 =head1 PRIVILEGE REQUIRED
79 L<bos_setrestricted(8)>
83 Copyright 2009 Simon Wilkinson <simon@sxw.org.uk>
85 This documentation is covered by the BSD License as written in the
86 doc/LICENSE file. This man page was written by Simon Wilkinson for