summaryrefslogtreecommitdiffstats
path: root/server/tests/python-test.py
Commit message (Collapse)AuthorAgeFilesLines
* User home directories managementJakub Hrozek2009-10-221-6/+60
| | | | | | Create and populate user directories on useradd, delete them on userdel Fixes: #212
* Provide python bindings for sysdbJakub Hrozek2009-09-211-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