2005-12-08 12:14:33 +00:00
|
|
|
=head1 NAME
|
|
|
|
|
2007-11-11 22:54:56 +00:00
|
|
|
pts_delete - Deletes a Protection Database entry
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
|
2006-03-01 05:02:29 +00:00
|
|
|
=for html
|
|
|
|
<div class="synopsis">
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2006-03-01 05:02:29 +00:00
|
|
|
B<pts delete> S<<< B<-nameorid> <I<user or group name or id>>+ >>>
|
2008-02-04 19:41:49 +00:00
|
|
|
S<<< [B<-cell> <I<cell name>>] >>> [B<-noauth>] [B<-localauth>]
|
2013-06-13 00:22:27 +01:00
|
|
|
[B<-force>] [B<-help>] [B<-auth>] [B<-encrypt>]
|
|
|
|
S<<< [B<-config> <I<config directory>>] >>>
|
2006-03-01 05:02:29 +00:00
|
|
|
|
|
|
|
B<pts d> S<<< B<-na> <I<user or group name or id>>+ >>>
|
2008-02-04 19:41:49 +00:00
|
|
|
S<<< [B<-c> <I<cell name>>] >>> [B<-no>] [B<-l>] [B<-f>] [-h]
|
2013-06-13 00:22:27 +01:00
|
|
|
[B<-a>] [B<-e>] S<<< [B<-co> <I<config directory>>] >>>
|
2006-03-01 05:02:29 +00:00
|
|
|
|
|
|
|
=for html
|
|
|
|
</div>
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
The B<pts delete> command removes each entry specified by the B<-nameorid>
|
|
|
|
argument from the Protection Database. Deleting entries affects other
|
|
|
|
parts of the system in various ways:
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
|
|
|
=item *
|
|
|
|
|
|
|
|
Deleted users and groups still appear on access control lists (ACLs), but
|
2005-12-09 14:48:56 +00:00
|
|
|
are listed by AFS UID or GID rather than by name, because there is no
|
|
|
|
longer an associated name to which to translate the ID. To remove these
|
2005-12-08 12:14:33 +00:00
|
|
|
obsolete entries from ACLs, use the B<fs cleanacl> command.
|
|
|
|
|
|
|
|
=item *
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
Deleting a user or machine's entry removes it from the membership list of
|
|
|
|
any group to which it belonged.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=item *
|
|
|
|
|
|
|
|
Deleting a group entry removes it from the membership list of any user or
|
|
|
|
machine entry that belonged to the group, and also increments the
|
2005-12-09 14:48:56 +00:00
|
|
|
group-creation quota of the group's creator by one, even if the creator no
|
|
|
|
longer owns the group.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=back
|
|
|
|
|
|
|
|
To remove a user or machine from a group without actually deleting the
|
|
|
|
entry, use the B<pts removeuser> command.
|
|
|
|
|
|
|
|
=head1 OPTIONS
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
=item B<-nameorid> <I<user or group name or ID>>+
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
Specifies the name or AFS UID of each user, the name or AFS GID of each
|
|
|
|
group, or the IP address (complete or wildcard-style) or AFS UID of each
|
|
|
|
machine entry to delete. It is acceptable to mix users, machines, and
|
2005-12-09 14:48:56 +00:00
|
|
|
groups on the same command line, as well as names (IP addresses for
|
|
|
|
machines) and IDs. Precede the GID of each group with a hyphen to indicate
|
|
|
|
that it is negative.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2010-07-16 01:21:26 +01:00
|
|
|
=include fragments/pts-common.pod
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=back
|
|
|
|
|
|
|
|
=head1 EXAMPLES
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
The following example deletes the user entries C<pat> and C<terry>:
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
% pts delete pat terry
|
|
|
|
|
|
|
|
The following example deletes the Protection Database entry of the group
|
|
|
|
with AFS GID -215.
|
|
|
|
|
|
|
|
% pts delete -215
|
|
|
|
|
|
|
|
=head1 PRIVILEGE REQUIRED
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
The issuer must belong to the system:administrators group to delete user
|
|
|
|
and machine entries. To delete group entries, the issuer must either own
|
|
|
|
the group or belong to the system:administrators group.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=head1 SEE ALSO
|
|
|
|
|
|
|
|
L<fs_cleanacl(1)>,
|
|
|
|
L<pts(1)>,
|
|
|
|
L<pts_removeuser(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.
|