summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/f_netgroup.py
Commit message (Collapse)AuthorAgeFilesLines
* Converted to use new baseclass, remove the one with the f_ prefixRob Crittenden2009-03-201-483/+0
|
* Fix some netgroup issues related to not all groups being posixGroupsRob Crittenden2009-02-271-4/+4
|
* Enforce netgroup uniqueness, allow netgroups to be members of netgroupsRob Crittenden2009-02-271-5/+27
| | | | | When adding an entry, convert a constraint violation of "already exists" into a DuplicateEntry exception so the user gets a useful response
* Applied Rob's errors patchRob Crittenden2009-02-031-2/+2
|
* Initial implementation of netgroupsRob Crittenden2009-01-191-0/+461