Merge 1.8.0~pre4 packaging into master
[pkg-k5-afs_openafs.git] / doc / man-pages / pod8 / bos_getrestricted.pod
blob3caa64111b2ec0e25044a9d91b56be163fb11983
1 =head1 NAME
3 bos_getrestricted - Displays whether a bos server is restricted or not
5 =head1 SYNOPSIS
7 =for html
8 <div class="synopsis">
10 B<bos getrestricted> S<<< B<-server> <I<machine name>> >>> S<<< [B<-cell> <I<cell name>>] >>>
11     [B<-noauth>] [B<-localauth>] [B<-help>]
13 =for html
14 </div>
16 =head1 DESCRIPTION
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
23 restricting a server.
25 Use the B<bos setrestricted> command to restrict, or un-restrict, a server.
27 =head1 OPTIONS
29 =over 4
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)>.
42 =item B<-noauth>
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
46 L<bos(8)>.
48 =item B<-localauth>
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
54 L<bos(8)>.
56 =item B<-help>
58 Prints the online help for this command. All other valid options are
59 ignored.
61 =back
63 =head1 OUTPUT
65 The output consists of a single line
67    Restricted mode is <val>
69 Where <val> is "on" or "off"
71 =head1 PRIVILEGE REQUIRED
73 None
75 =head1 SEE ALSO
77 L<BosConfig(5)>,
78 L<bos(8)>,
79 L<bos_setrestricted(8)>
81 =head1 COPYRIGHT
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
87 OpenAFS.