mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
f69bf0b194
- Mention the -help, -auth, -encrypt, and -config options for all pts commands in their synopsis - Add the -auth option to the pts.pod page - Reference the -auth, -encrypt, and -config options from all subcommand pts pages - pts_removeuser: Replace -name with -user - pts_sleep: Add missing -delay - pts_source: Add missing -file Change-Id: I4f0889d661c46f6bdd2a9604d8423d809a632d2d Reviewed-on: http://gerrit.openafs.org/10387 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
73 lines
2.0 KiB
Plaintext
73 lines
2.0 KiB
Plaintext
=head1 NAME
|
|
|
|
pts_listmax - Displays the max user id and max group id counters
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
=for html
|
|
<div class="synopsis">
|
|
|
|
B<pts listmax> S<<< [B<-cell> <I<cell name>>] >>> [B<-noauth>] [B<-localauth>]
|
|
[B<-force>] [B<-help>] [B<-auth>] [B<-encrypt>]
|
|
S<<< [B<-config> <I<config directory>>] >>>
|
|
|
|
B<pts listm> S<<< [B<-c> <I<cell name>>] >>> [B<-n>] [B<-l>] [B<-f>] [B<-h>]
|
|
[B<-a>] [B<-e>] S<<< [B<-co> <I<config directory>>] >>>
|
|
|
|
=for html
|
|
</div>
|
|
|
|
=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
|
|
|
|
=include fragments/pts-common.pod
|
|
|
|
=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.
|