summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/f_group.py
Commit message (Collapse)AuthorAgeFilesLines
* Converted to use new baseclass, remove the one with the f_ prefixRob Crittenden2009-03-201-417/+0
|
* Fix some minor issues in group and service pluginsRob Crittenden2009-03-171-1/+1
|
* Update objectclasses for groups, by default not posix groups.Rob Crittenden2009-02-271-11/+51
| | | | | | This change depends on DS bugs 487574 and 487725. Groups cannot be promoted properly without these fixed. It will fail with an Object Class violation because gidNumber isn't set.
* Add --all option to show/find, add default attrs to show, cleanup outputRob Crittenden2009-02-191-19/+12
|
* Applied Rob's errors patchRob Crittenden2009-02-031-5/+5
|
* Updated passwd plugins module to where it can at least be importedJason Gerard DeRose2009-01-141-1/+1
|
* Updated group plugins module to where it can at least be importedJason Gerard DeRose2009-01-141-21/+17
|
* Don't pass along the kw dictionary we were passed by XML-RPC.Rob Crittenden2008-12-101-3/+4
| | | | | We generally want to just search indexed attributes. We get this list of attributes from the configuration, use it.
* Port plugins to use the new output_for_cli() argument listRob Crittenden2008-12-101-34/+61
| | | | Fix some errors uncovered by the nosetests
* Uncomment some logging statements ported over from v1.Rob Crittenden2008-11-031-1/+1
|
* Fix commentRob Crittenden2008-10-271-1/+1
|
* Implement group member add/removeRob Crittenden2008-10-211-2/+149
| | | | Add gidNumber to the group command-line
* Port f_service to LDAP backendRob Crittenden2008-10-171-1/+1
| | | | | Add new keyword, 'filter', that can be passed to the search function. This is globbed onto the filter that is auto-created.
* Use the search fields from the configuration when searchingRob Crittenden2008-10-161-2/+13
| | | | Generalize the attribute -> objectclass search helper
* Remove references to ipa_server.* and port group plugin to ldap backendRob Crittenden2008-10-161-59/+85
|
* Port group-add to use LDAP backendRob Crittenden2008-10-151-30/+27
| | | | Have create and update return the record that was just added/modified
* Implement group-modRob Crittenden2008-10-101-0/+19
|
* Implement group-delRob Crittenden2008-10-101-2/+46
|
* Add some more supporting functionsRob Crittenden2008-10-071-2/+1
| | | | Do a little bit more error handling and checking
* Add group plugin, routine to get cn=ipaconfigRob Crittenden2008-10-041-0/+117