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_listentries - Displays all users or groups in the Protection Database

Description

       The ptslistentries command displays the name and AFS ID of all Protection Database entries of the
       indicated type. It also displays the AFS ID of each entry's owner and creator.

       To display all user and machine entries, either include the -users flag or omit both it and the -groups
       flag.  To display all group entries, include the -groups flag. To display all entries, provide both
       flags.

Examples

       The following example displays both user and group entries.

          % pts listentries -users -groups
          Name                          ID  Owner Creator
          system:administrators       -204   -204    -204
          system:anyuser              -101   -204    -204
          system:authuser             -102   -204    -204
          anonymous                  32766   -204    -204
          admin                          1   -204   32766
          pat                          100   -204       1
          smith                        101   -204       1
          pat:friends                 -206    100     100
          staff                       -207   -204       1

Name

       pts_listentries - Displays all users or groups in the Protection Database

Options

-users
           Displays user and machine entries.

       -groups
           Displays group entries.

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

Output

       The output includes a line for each entry, with information in  four  columns  that  have  the  following
       headers:

       Name
           The entry's name.

       ID  The entry's AFS ID (AFS UID for a user or machine, negative AFS GID for a group).

       Owner
           The AFS ID of the user or group that owns the entry.

       Creator
           The  AFS  ID  of  the  user  who  created the entry (the system:administrators group is listed as the
           creator of the entry for "anonymous" and the system groups, but it is not otherwise  possible  for  a
           group to create groups).

       In general, the entries appear in the order in which they were created.

Privilege Required

       The issuer must belong to the system:administrators group.

See Also

pts(1), pts_creategroup(1), pts_createuser(1), pts_examine(1)

Synopsis

ptslistentries [-users] [-groups] [-cell <cellname>]
           [-noauth] [-localauth] [-force] [-help]
           [-auth] [-encrypt] [-config <configdirectory>]

       ptsliste [-u] [-g] [-c <cellname>] [-n] [-l]
           [-f] [-h] [-a] [-e] [-co <configdirectory>]

See Also