summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/Tools/POSIXUsers.py
Commit message (Expand)AuthorAgeFilesLines
* POSIXUsers.py: Allow supplementary group = primarySol Jerome2014-07-181-1/+1
* fixed indentation in previousRichard Connon2014-01-051-1/+1
* Fixed syntatical error in previousRichard Connon2014-01-051-2/+2
* Fixed group blacklist issue #150Richard Connon2014-01-051-0/+1
* POSIXUsers: Fix tracebackSol Jerome2013-09-061-1/+2
* POSIXUsers: Handle unicode gecos attributesSol Jerome2013-08-021-1/+4
* POSIXUsers: remove usermod -m option, which is too newChris St. Pierre2013-07-161-1/+0
* 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 Bcfg2...Chris St. Pierre2013-02-141-40/+5
* POSIXUsers: set managed uid/gid rangeChris St. Pierre2013-01-181-7/+90
* added builtin support for creating users and groupsChris St. Pierre2012-12-031-0/+300