From e1659895d7e7a1c161d7b6117c898e0ee3b62190 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Thu, 28 May 2009 22:46:35 +0200 Subject: Add more manpages --- server/man/sss_useradd.8.xml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'server/man/sss_useradd.8.xml') diff --git a/server/man/sss_useradd.8.xml b/server/man/sss_useradd.8.xml index 98bd7272..039c8487 100644 --- a/server/man/sss_useradd.8.xml +++ b/server/man/sss_useradd.8.xml @@ -29,7 +29,7 @@ DESCRIPTION - sss_useradd command creates a new user account using + sss_useradd creates a new user account using the values specified on the command line plus the default values from the system. @@ -84,7 +84,9 @@ The home directory of the user account. The default is to append the LOGIN name - to /home and use that as the login directory name. + to /home and use that as the home directory. + The base that is prepended before LOGIN is tunable + with user_defaults/baseDirectory setting in sssd.conf. @@ -96,6 +98,9 @@ The user's login shell. The default is currently /bin/bash. + The default can be changed with + user_defaults/defaultShell setting + in sssd.conf. @@ -118,19 +123,19 @@ SEE ALSO - groupadd8 + sss_groupadd8 , - groupdel8 + sss_groupdel8 , - groupmod8 + sss_groupmod8 , - userdel8 + sss_userdel8 , - usermod8 + sss_usermod8 . -- cgit