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_usermod.8.xml | 150 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 src/man/sss_usermod.8.xml (limited to 'src/man/sss_usermod.8.xml') diff --git a/src/man/sss_usermod.8.xml b/src/man/sss_usermod.8.xml new file mode 100644 index 000000000..b94fc738b --- /dev/null +++ b/src/man/sss_usermod.8.xml @@ -0,0 +1,150 @@ + + + +SSSD Manual pages + + + + + sss_usermod + 8 + + + + sss_usermod + modify a user account + + + + + sss_usermod + + options + + LOGIN + + + + + DESCRIPTION + + sss_usermod modifies the + account specified by LOGIN + to reflect the changes that are specified on the command line. + + + + + OPTIONS + + + + , + COMMENT + + + + Any text string describing the user. Often used as + the field for the user's full name. + + + + + + , + HOME_DIR + + + + The home directory of the user account. + + + + + + , + SHELL + + + + The user's login shell. + + + + + + , + GROUPS + + + + Append this user to groups specified by the + GROUPS parameter. + The GROUPS parameter + is a comma separated list of group names. + + + + + + , + GROUPS + + + + Remove this user from groups specified by the + GROUPS parameter. + + + + + + , + + + + Lock the user account. The user won't be able + to log in. + + + + + + , + + + + Unlock the user account. + + + + + + + + + SEE ALSO + + + sss_groupadd8 + , + + sss_groupdel8 + , + + sss_groupmod8 + , + + sss_groupshow8 + , + + sss_useradd8 + , + + sss_userdel8 + . + + + + -- cgit