PTS_SETMAX(1) | AFS Command Reference | PTS_SETMAX(1) |
pts_setmax - Sets the value of the max group id or max user id counter
pts setmax
[-group <group max>]
[-user <user max>]
[-cell <cell name>] [-noauth]
[-localauth] [-force] [-help]
[-auth] [-encrypt]
[-config <config directory>]
pts setm [-g group max>]
[-u <user max>]
[-c <cell name>] [-n] [-l]
[-f] [-h]
[-a] [-e]
[-co <config directory>]
The pts setmax command sets the value of one or both counters that track the IDs the Protection Server allocates to new users, machines, or groups: the "max user id" counter for the AFS user IDs (AFS UIDs) assigned to users and machines, and the "max group id" counter for the AFS group IDs (AFS GIDs) assigned to groups.
Use the pts listmax command to display the current value of both counters.
The following command sets the "max group id" counter to -500 and the "max user id" counter to 1000.
% pts setmax -group -500 -user 1000
The issuer must belong to the system:administrators group.
pts(1), pts_creategroup(1), pts_createuser(1), pts_listmax(1)
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.
2022-12-22 | OpenAFS |