summaryrefslogtreecommitdiffstats
path: root/tests/test_xmlrpc/test_group_plugin.py
Commit message (Expand)AuthorAgeFilesLines
* Change the way has_keytab is determined, also check for password.Rob Crittenden2011-08-241-0/+4
* ticket 1600 - convert unittests to use DN objectsJohn Dennis2011-08-161-24/+73
* Optionally wait for 389-ds postop plugins to completeRob Crittenden2011-07-191-1/+4
* Add UID, GID and e-mail to the user default attributes.Rob Crittenden2011-06-081-0/+2
* A new flag to disable creation of UPGMartin Kosek2011-05-251-0/+44
* Sort entries returned by *-find by the primary key (if any).Rob Crittenden2011-04-131-6/+6
* Change default gecos from uid to first and last name.Rob Crittenden2011-04-051-1/+1
* Display the entries that failed when deleting with --continue.Rob Crittenden2011-01-101-3/+3
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* Fix a slew of tests.Rob Crittenden2010-12-171-0/+3
* Re-implement access control using an updated model.Rob Crittenden2010-12-011-10/+1
* Use kerberos password policy.Rob Crittenden2010-11-011-2/+2
* Return reason for failure when updating group membership fails.Rob Crittenden2010-10-281-2/+2
* Allow RDN changes for users, groups, rolegroups and taskgroups.Rob Crittenden2010-10-281-0/+40
* Add flag to group-find to only search on private groups.Pavel Zuna2010-10-201-1/+20
* Groups are now created as POSIX by default.Rob Crittenden2010-10-011-7/+13
* Allow decoupling of user-private groups.Rob Crittenden2010-08-101-0/+78
* Add optional error message to pattern validatorRob Crittenden2010-08-061-0/+17
* Fix unicode failures in Env tests and dn failures in XML-RPC testsRob Crittenden2010-02-261-7/+7
* Make the --all option work in Add/Remove Member commands.Pavel Zuna2010-02-241-4/+18
* Use the Output tuple to determine the order of outputRob Crittenden2010-02-151-5/+20
* Added Fuzzy docstrings; make-test now runs doctests in tests/*; fixed 'exista...Jason Gerard DeRose2009-12-181-12/+12
* Fuzzy feelingsJason Gerard DeRose2009-12-171-153/+240
* host and hostgroup summary messages, declarative tests; fix tests for 'dn'Jason Gerard DeRose2009-12-161-2/+2
* Take 2: Extensible return values and validation; steps toward a single output...Jason Gerard DeRose2009-12-101-170/+372
* Fix unit tests for plugins using baseldap classes.Pavel Zuna2009-10-051-15/+21
* Add a new objectclass, ipaObject, that will add a UUID to many IPA objectsRob Crittenden2009-08-101-6/+7
* Fix unit tests to handle new group-{add, del}-member semantics.Pavel Zuna2009-07-021-4/+6
* Add unit tests for new plugins.Pavel Zuna2009-07-021-0/+187
* Remove unit tests for old plugins.Pavel Zuna2009-07-021-231/+0
* Rename errors2.py to errors.py. Modify all affected files.Pavel Zuna2009-04-231-5/+5
* Add tests for posix groupsRob Crittenden2009-03-201-4/+62
* Fix remaining issues with XML-RPC test casesRob Crittenden2009-02-041-2/+2
* Fixed some of the test_xmlrpc unit testsJason Gerard DeRose2009-02-031-5/+5
* Applied Rob's errors patchRob Crittenden2009-02-031-5/+5
* Mostly got the test_xmlrpc/ tests working againJason Gerard DeRose2009-02-031-4/+0
* Finished reworked cli.CLI class into cli.cli pluginJason Gerard DeRose2009-02-031-1/+0
* Add some negative testing to the user and group plugin testsRob Crittenden2009-01-191-0/+29
* Skip tests if the remote XML-RPC server is not responding.Rob Crittenden2008-11-031-1/+2
* Initial tests for user, group and service plugin APIRob Crittenden2008-11-031-0/+148