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 --- server/man/sss_userdel.8.xml | 105 ------------------------------------------- 1 file changed, 105 deletions(-) delete mode 100644 server/man/sss_userdel.8.xml (limited to 'server/man/sss_userdel.8.xml') diff --git a/server/man/sss_userdel.8.xml b/server/man/sss_userdel.8.xml deleted file mode 100644 index 0c495297..00000000 --- a/server/man/sss_userdel.8.xml +++ /dev/null @@ -1,105 +0,0 @@ - - - -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