From 1c48b5a62f73234ed26bb20f0ab345ab61cda0ab Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 18 Feb 2010 07:49:04 -0500 Subject: Rename server/ directory to src/ Also update BUILD.txt --- src/man/sss_userdel.8.xml | 105 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 src/man/sss_userdel.8.xml (limited to 'src/man/sss_userdel.8.xml') diff --git a/src/man/sss_userdel.8.xml b/src/man/sss_userdel.8.xml new file mode 100644 index 00000000..0c495297 --- /dev/null +++ b/src/man/sss_userdel.8.xml @@ -0,0 +1,105 @@ + + + +SSSD Manual pages + + + + + sss_userdel + 8 + + + + sss_userdel + delete a user account + + + + + sss_userdel + + options + + LOGIN + + + + + DESCRIPTION + + sss_userdel deletes a user + identified by login name LOGIN + from the system. + + + + + OPTIONS + + + + + , + + + + Files in the user's home directory will be + removed along with the home directory itself and + the user's mail spool. Overrides the configuration. + + + + + + , + + + + Files in the user's home directory will NOT be + removed along with the home directory itself and + the user's mail spool. Overrides the configuration. + + + + + + , + + + + This option forces sss_userdel + to remove the user's home directory and mail spool, + even if they are not owned by the specified user. + + + + + + + + SEE ALSO + + + sss_groupadd8 + , + + sss_groupdel8 + , + + sss_groupmod8 + , + + sss_groupshow8 + , + + sss_useradd8 + , + + sss_usermod8 + . + + + + -- cgit