xref: /illumos-gate/usr/src/man/man8/roledel.8 (revision bbf21555)
te
Copyright 1989 AT&T Copyright (c) 1999, Sun Microsystems, Inc. All Rights Reserved
The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
ROLEDEL 8 "Jan 7, 2018"
NAME
roledel - delete a role's login from the system
SYNOPSIS

roledel [-r] role
DESCRIPTION

The roledel utility deletes a role account from the system and makes the appropriate account-related changes to the system file and file system. roledel also removes the role from each user's list of assumable roles.

OPTIONS

The following options are supported: -r

Remove the role's home directory from the system. This directory must exist. The files and directories under the home directory will no longer be accessible following successful execution of the command. If the role's home directory is located on a separate ZFS file system and the /etc/default/useradd file contains the parameter MANAGE_ZFS set to the value YES, the file system will be destroyed.

OPERANDS

The following operands are supported: role

An existing role name to be deleted.

EXIT STATUS

The following exit values are returned: 0

Successful completion.

2

Invalid command syntax. A usage message for the roledel command is displayed.

6

The account to be removed does not exist.

8

The account to be removed is in use.

10

Cannot update the /etc/group or /etc/user_attr file but the login is removed from the /etc/passwd file.

12

Cannot remove or otherwise modify the home directory.

FILES
/etc/default/useradd

configuration file for user and role administrative commands

/etc/passwd

system password file

/etc/shadow

system file containing roles' encrypted passwords and related information

/etc/group

system file containing group definitions

/etc/user_attr

system file containing additional role attributes

SEE ALSO

auths (1), passwd (1), profiles (1), roles (1), passwd (5), prof_attr (5), user_attr (5), attributes (7), groupadd (8), groupdel (8), groupmod (8), logins (8), roleadd (8), rolemod (8), useradd (8), userdel (8), usermod (8), zfs (8)

NOTES

The roledel utility only deletes an account definition that is in the local /etc/group, /etc/passwd, /etc/shadow, and /etc/user_attr file. file. If a network name service is being used to supplement the local /etc/passwd file with additional entries, roledel cannot change information supplied by the network name service.