summaryrefslogtreecommitdiff
path: root/src/tools/sss_userdel.c
AgeCommit message (Collapse)AuthorFilesLines
2010-04-12sysdb: convert sysdb_delete_entryStephen Gallagher1-6/+1
2010-04-08SELinux login managementJakub Hrozek1-0/+9
Adds a new option -Z to sss_useradd and sss_usermod. This option allows user to specify the SELinux login context for the user. On deleting the user with sss_userdel, the login mapping is deleted, so subsequent adding of the same user would result in the default login context unless -Z is specified again. MLS security is not supported as of this patch.
2010-04-06Make sss_userdel check for logged in usersJakub Hrozek1-3/+142
sss_userdel now warns if the deleted user was logged in at the time of deletion. Also adds a new parameter --kick to userdel that kills all user processes before actually deleting ther user. Fixes: #229
2010-04-06Add userdel_cmd paramJakub Hrozek1-0/+6
Fixes: #231
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+205
Also update BUILD.txt