summaryrefslogtreecommitdiff
path: root/server/tests/python-test.py
AgeCommit message (Collapse)AuthorFilesLines
2009-10-22User home directories managementJakub Hrozek1-6/+60
Create and populate user directories on useradd, delete them on userdel Fixes: #212
2009-09-21Provide python bindings for sysdbJakub Hrozek1-0/+391
Implement a set of python bindings for the sysdb with feature set similar to what is available in the tools. The primary consumers would be applications like system-config-users. Resolves: Ticket #102