summaryrefslogtreecommitdiff
path: root/server/tools/sss_usermod.c
AgeCommit message (Collapse)AuthorFilesLines
2009-03-10Fix returning user with missing optional attributes.Simo Sorce1-1/+1
Gecos, homedir and shell are optional, fix the responder not to refuse to return the user completely if they are missing, replace an empty homedir with "/". Also fix fullname vs gecos, and always return gecos for NSS data. On user creation set gecos to the same value as the user Full Name, to help populate the gecos field with data that makes sense.
2009-03-10Hide uid and gid options in usermod and groupmodJakub Hrozek1-2/+2
2009-03-09sss_usermodJakub Hrozek1-0/+361
Move parse_groups into tools_utils