mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
03b9fcc883
Complete an initial editing and cleanup pass for all section one man pages. Fix various conversion problems, formatting inconsistencies, and obvious problems. Please note that no editing for content has yet been done; this is solely editing for formatting and correct conversion to POD. Also, add some additional section five man pages that were omitted from the first conversion run due to unusual file names, and globally replace CAVEATS with CAUTIONS in the man pages to match the original section name. The section one man pages should now be in reasonable shape and ready for additional review and further updates, although there are probably still remaining obvious problems. ==================== This delta was composed from multiple commits as part of the CVS->Git migration. The checkin message with each commit was inconsistent. The following are the additional commit messages. ==================== This file got the wrong name when it was originally committed. Fix.
82 lines
2.2 KiB
Plaintext
82 lines
2.2 KiB
Plaintext
=head1 NAME
|
|
|
|
pts listmax - Displays the max user id and max group id counters
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
B<pts listmax> [B<-cell> <I<cell name>>] [B<-noauth>] [B<-force>] [B<-help>]
|
|
|
|
B<pts listm> [B<-c> <I<cell name>>] [B<-n>] [B<-f>] [B<-h>]
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
The B<pts listmax> command displays the values of the C<max user id> and
|
|
C<max group id> counters, which the Protection Server uses to track the
|
|
AFS user IDs (AFS UIDs) it allocates to new users or machines, and the AFS
|
|
group IDs (AFS GIDs) it allocates to new groups, respectively. When an
|
|
administrator next issues the B<pts createuser> command and does not
|
|
include the B<-id> argument, the new user or machine receives an AFS UID
|
|
one greater than the C<max user id> counter, and when a user issues the
|
|
B<pts creategroup> command and does not include the B<-id> argument, the
|
|
new group receives an AFS UID one less (more negative) than the C<max
|
|
group id> counter.
|
|
|
|
To reset one or both counters, members of the system:administrators group
|
|
can issue the B<pts setmax> command.
|
|
|
|
=head1 OPTIONS
|
|
|
|
=over 4
|
|
|
|
=item B<-cell> <I<cell name>>
|
|
|
|
Names the cell in which to run the command. For more details, see
|
|
L<pts(1)>.
|
|
|
|
=item B<-noauth>
|
|
|
|
Assigns the unprivileged identity anonymous to the issuer. For more
|
|
details, see L<pts(1)>.
|
|
|
|
=item B<-force>
|
|
|
|
Enables the command to continue executing as far as possible when errors
|
|
or other problems occur, rather than halting execution at the first error.
|
|
|
|
=item B<-help>
|
|
|
|
Prints the online help for this command. All other valid options are
|
|
ignored.
|
|
|
|
=back
|
|
|
|
=head1 OUTPUT
|
|
|
|
The command displays the counters in the following format:
|
|
|
|
Max user id is <user_counter> and max group id is <group_counter>.
|
|
|
|
=head1 EXAMPLES
|
|
|
|
The following example displays the output of this command:
|
|
|
|
% pts listmax
|
|
Max user name is 1271 and max group id is -382.
|
|
|
|
=head1 PRIVILEGE REQUIRED
|
|
|
|
None
|
|
|
|
=head1 SEE ALSO
|
|
|
|
L<pts(1)>,
|
|
L<pts_setmax(1)>
|
|
|
|
=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.
|