summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/Tools/POSIXUsers.py
Commit message (Collapse)AuthorAgeFilesLines
* POSIXUsers: allow better <MemberOf group="foo"/> syntaxChris St. Pierre2013-05-071-2/+4
|
* POSIXUsers: strip whitespace from MemberOf tagsChris St. Pierre2013-05-071-2/+2
|
* better Executor class for client toolsChris St. Pierre2013-02-141-66/+11
|
* abstracted similar digit range classes in POSIXUsers/GroupPatterns into ↵Chris St. Pierre2013-02-141-40/+5
| | | | Bcfg2.Utils
* POSIXUsers: set managed uid/gid rangeChris St. Pierre2013-01-181-7/+90
| | | | | | | | Added options to set a range (whitelist or blacklist) of managed uids/gids so that accounts in LDAP (e.g.) do not get flagged as "extra" entries. Request: http://article.gmane.org/gmane.comp.sysutils.bcfg2.devel/4629
* added builtin support for creating users and groupsChris St. Pierre2012-12-031-0/+300