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_rename - Changes the name of a Protection Database entry

Cautions

       By convention, many aspects of an AFS user account have the same name as the user's Protection Database
       entry, including the Authentication Database entry, volume, and mount point. When using this command to
       change a user name, also change the names of all related entities to maintain consistency. For
       instructions, see the chapter on user accounts in the OpenAFSAdministrationGuide.

Description

       The ptsrename command changes the name of the user, machine, or group entry specified by the -oldname
       argument to the name specified by the -newname argument. It is not possible to change a user or machine
       entry's name to look like a regular group entry's name (have a colon in it).

       Members of the system:administrators group can change a regular group name into a prefix-less name and
       vice versa. When changing a prefix-less group name into a regular group name or a regular group name to
       another regular group name, the owner field of the new name (the part before the colon) must correctly
       reflect the group's owner.

       Changing a regular group's owner with the ptschown command automatically changes the owner field (the
       part before the colon) of the group's name, but does not change the owner field of any groups owned by
       the group. Use this command to rename those groups to a form that accurately reflects their ownership.

Examples

       The  following  example  changes  the  name  of the group staff, owned by the privileged user "admin", to
       "admin:staff":

          % pts rename -oldname staff -newname admin:staff

       The following example changes the name of the group "admin:finance" to the group  "finance".  The  issuer
       must belong to the system:administrators group.

          % pts rename -oldname admin:finance -newname finance

Name

       pts_rename - Changes the name of a Protection Database entry

Options

-oldname <oldname>
           Specifies the current full name of the entry.

       -newname <newname>
           Specifies  the  new full name for the entry. For regular groups, the owner field (the part before the
           colon) of the new name must reflect the actual ownership of the group.

       -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

       To  change  a  regular  group  name  to  a prefix-less name or vice versa, or to change a user or machine
       entry's name, the issuer must belong to the system:administrators group.

       To change a group name to a new name of the same type (regular or prefix-less), the issuer must  own  the
       group or belong to the system:administrators group.

See Also

pts(1), pts_chown(1)

Synopsis

ptsrename-oldname <oldname> -newname <newname>
           [-cell <cellname>]  [-noauth]  [-localauth]
           [-force] [-help] [-auth] [-encrypt]
           [-config <configdirectory>]

       ptsren-o <oldname> -ne <newname> [-c <cellname>]
           [-no] [-l] [-f] [-h] [-a] [-e]
           [-co <configdirectory>]

See Also