summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/Tools/POSIXUsers.py
Commit message (Collapse)AuthorAgeFilesLines
* POSIXUsers.py: Allow supplementary group = primarySol Jerome2014-07-181-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* 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
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* POSIXUsers: Handle unicode gecos attributesSol Jerome2013-08-021-1/+4
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* 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 ↵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