logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pts_setmax - Sets the value of the max group id or max user id counter

Description

       The ptssetmax 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 ptslistmax command to display the current value of both counters.

Examples

       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

Name

       pts_setmax - Sets the value of the max group id or max user id counter

Options

-group <groupmax>
           Sets  the  "max  group  id" counter. Precede the value with a hyphen to indicate that it is negative.
           When an administrator next uses the ptscreategroup command to create a  group  entry  and  does  not
           include  that  command's  -id  argument,  the Protection Server assigns the group an AFS GID one less
           (more negative) than this value.

       -user <usermax>
           Sets the "max user id" counter. When an administrator next uses the ptscreateuser command to  create
           a  user  or  machine  entry  and  does not include that command's -id argument, the Protection Server
           assigns the group an AFS UID one greater than this value.

       -auth
           Use the calling user's tokens to communicate with  the  Protection  Server.  For  more  details,  see
           pts(1).

       -cell <cellname>
           Names the cell in which to run the command. For more details, see pts(1).

       -config <configdirectory>
           Use an alternate config directory. For more details, see pts(1).

       -encrypt
           Encrypts any communication with the Protection Server. For more details, see pts(1).

       -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.

       -help
           Prints the online help for this command. All other valid options are ignored.

       -localauth
           Constructs a server ticket using a key  from  the  local  /etc/openafs/server/KeyFile  file.  Do  not
           combine this flag with the -cell or -noauth options. For more details, see pts(1).

       -noauth
           Assigns the unprivileged identity anonymous to the issuer. For more details, see pts(1).

Privilege Required

       The issuer must belong to the system:administrators group.

See Also

pts(1), pts_creategroup(1), pts_createuser(1), pts_listmax(1)

Synopsis

ptssetmax [-group <groupmax>] [-user <usermax>]
           [-cell <cellname>] [-noauth] [-localauth] [-force] [-help]
           [-auth] [-encrypt] [-config <configdirectory>]

       ptssetm [-ggroupmax>] [-u <usermax>]
           [-c <cellname>] [-n] [-l] [-f] [-h]
           [-a] [-e] [-co <configdirectory>]

See Also