summaryrefslogtreecommitdiffstats
path: root/tools/accounts2xml.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove the primary group from the list of extra_groupsDongInn Kim2012-08-261-1/+8
|
* Should remove the "extra_groups" attribute from the "<UnixGroup ... >"DongInn Kim2012-07-121-1/+0
| | | | tag.
* Store group="name" rather than gid="GID" at the attribute of UnixUser.DongInn Kim2012-05-141-2/+7
| | | | | This fixes the wrong behavior of creating the usergroup data. Thanks emias for helping me out this problem.
* Better approach to get /etc/group updated with the exisitng accountDongInn Kim2012-05-141-12/+34
| | | | data.
* Add a script to generate accounts.xml from the existing /etc/passwd file.DongInn Kim2012-05-131-0/+120