openafs/doc/man-pages/pod1/pts_chown.pod
Russ Allbery fc5acc0151 pretty-html-synopsis-20060228
Implement proper synopsis wrapping for HTML generation.

This was done in three pieces.  First, add HTML-specific tags to the POD to
mark the synopsis for HTML purposes so that we can apply style information
to it.  Second, update the style sheet to indent all lines except for the
first in the synopsis section.  Third, add the appropriate S<> tags around
option and argument pairs so that we don't wrap between the option and its
argument.

Unfortunately, due to the <I<foo>> style that looks nicer for other reasons,
we have to use the very verbose S<<< >>>.  Oh well.
2006-03-01 05:02:29 +00:00

108 lines
3.1 KiB
Plaintext

=head1 NAME
pts chown - Changes the owner of a Protection Database entry
=head1 SYNOPSIS
=for html
<div class="synopsis">
B<pts chown> S<<< B<-name> <I<group name>> >>> S<<< B<-owner> <I<new owner>> >>>
S<<< [B<-cell> <I<cell name>>] >>> [B<-noauth>] [B<-force>] [B<-help>]
B<pts cho> S<<< B<-na> <I<group name>> >>> S<<< B<-o> <I<new owner>> >>>
S<<< [B<-c> <I<cell name>>] >>> [B<-no>] [B<-f>] [B<-h>]
=for html
</div>
=head1 DESCRIPTION
The B<pts chown> command designates the user or group named by the
B<-owner> argument as the owner of the group named by the B<-name>
argument, and records the new owner in the owner field of the group's
Protection Database entry.
In the case of regular groups, this command automatically changes the
group name's owner prefix (the part of the group name before the colon) to
match the new owner. If the new owner is itself a group, then only its
owner prefix, not its complete name, becomes the owner prefix in the new
name. The change to the owner prefix does not propagate to any groups
owned by the group, however. To make the owner prefix of such group-owned
groups reflect the new owning group, use the B<pts rename> command.
It is not possible to change a user or machine entry's owner from the
default set at creation time, the system:administrators group.
=head1 CAUTIONS
While designating a machine as a group's owner does not cause an error, it
is not recommended. The Protection Server does not extend the usual
privileges of group ownership to users logged onto the machine.
=head1 OPTIONS
=over 4
=item B<-name> <I<group name>>
Specifies the current name of the group to which to assign a new owner.
=item B<-owner> <I<new owner>>
Names the user or group to become the group's owner.
=item B<-cell> <I<cell name>>
Names the cell in which to run the command. For more details, see
L<pts(1)>.
=item B<-noauth>
Assigns the unprivileged identity anonymous to the issuer. For more
details, see L<pts(1)>.
=item B<-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.
=item B<-help>
Prints the online help for this command. All other valid options are
ignored.
=back
=head1 EXAMPLES
The following example changes the owner of the group C<terry:friends> from
the user C<terry> to the user C<pat>. A side effect is that the group name
changes to C<pat:friends>.
% pts chown -name terry:friends -owner pat
The following example changes the owner of the group C<terry:friends> from
the user C<terry> to the group C<pat:buddies>. A side effect is that the
group name changes to C<pat:friends>.
% pts chown -name terry:friends -owner pat:buddies
=head1 PRIVILEGE REQUIRED
The issuer must belong to the system:administrators group or currently own
the group.
=head1 SEE ALSO
L<pts(1)>,
L<pts_rename(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.