summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/baseldap.py
Commit message (Expand)AuthorAgeFilesLines
...
* Generate better DuplicateEntry error messages in LDAPCreate.Pavel Zuna2010-11-231-6/+13
* Change signature of LDAPSearch.pre_callback.Pavel Zuna2010-11-231-9/+10
* Improve the documentation of setattr/addattrJakub Hrozek2010-11-191-2/+3
* Give a detached group a full set of group objectclasses.Rob Crittenden2010-11-191-0/+4
* Fix returning effective rights for password policy.Rob Crittenden2010-11-191-1/+1
* Add the --rights option to the LDAPUpdate base class.Rob Crittenden2010-11-051-10/+24
* user-enable/disable improvementsRob Crittenden2010-11-041-6/+6
* Implement nested netgroups and include summaries for the commands.Rob Crittenden2010-10-291-8/+11
* Return reason for failure when updating group membership fails.Rob Crittenden2010-10-281-9/+17
* Populate indirect members when showing a group object.Rob Crittenden2010-10-281-10/+98
* Retrieve Get Effective Rights output with LDAPRetrieveRob Crittenden2010-10-281-0/+18
* Allow RDN changes for users, groups, rolegroups and taskgroups.Rob Crittenden2010-10-281-0/+18
* Add LDAPObject setting to handle different attributes for RDN and PKEY.Pavel Zuna2010-10-281-6/+44
* UUIDs: remove uuid python plugin and let DS always autogenerateSimo Sorce2010-10-281-2/+2
* Disallow RDN change and single-value bypass using setattr/addattr.Pavel Zuna2010-10-181-1/+13
* Add 'continuous' mode to LDAPDelete. Fix *-del unit tests.Pavel Zuna2010-10-061-0/+9
* Generate additional positional arguments for baseldap commands from takes_args.Pavel Zuna2010-10-061-0/+8
* Add LDAPMultiQuery base class and make it the base of LDAPDelete.Pavel Zuna2010-10-011-33/+65
* Use global time and size limit values when searching.Rob Crittenden2010-08-191-12/+10
* Fix Update function on details page.Pavel Zuna2010-08-171-4/+4
* Change the behaviour of addattr/setattr parameters.Adam Young2010-08-131-29/+29
* Improve serialization to JSON.Pavel Zuna2010-08-121-1/+2
* Fix bug: not found exc. handler was failing for singleton objectsPavel Zuna2010-08-121-1/+4
* Add new parameters to LDAPSearch: timelimit and sizelimit.Pavel Zuna2010-08-121-2/+23
* Make LDAPObject classes JSON serializable.Pavel Zuna2010-08-121-0/+17
* Properly show the members when an add/remove operation fails.Rob Crittenden2010-08-061-4/+17
* Add separate var for search attributes and config attribute for search fieldsRob Crittenden2010-07-131-1/+15
* Add exception callback (exc_callback) to baseldap.py classes.Pavel Zuna2010-05-141-33/+150
* Enable LDAPObject subclasses to disable DN normalization in their methods.Pavel Zuna2010-04-161-11/+27
* Add interface for baseldap plugins to register additional callbacks.Pavel Zuna2010-04-161-27/+139
* Raise an error if no modifications were performed in an update.Rob Crittenden2010-03-191-2/+0
* Catch modifications with no updates and raise an errorRob Crittenden2010-03-171-0/+3
* Provide more detailed NotFound error messages from baseldap classes.Pavel Zuna2010-03-091-7/+55
* localize doc stringsJohn Dennis2010-03-081-4/+4
* Code cleanup: remove unused stuff, take 1.Pavel Zuna2010-03-011-117/+0
* Make the --all option work in Add/Remove Member commands.Pavel Zuna2010-02-241-2/+18
* Translatable Param.label, Param.docJason Gerard DeRose2010-02-241-24/+18
* Auto-generate --all and --raw for commands, that return entries.Pavel Zuna2010-02-171-64/+4
* Use the Output tuple to determine the order of outputRob Crittenden2010-02-151-6/+6
* Enabled CRUDS in webUI using wehjit 0.2.0Jason Gerard DeRose2010-01-261-1/+6
* Temporary fix for name collision of textui.print_entry.Pavel Zuna2010-01-201-2/+2
* Add Kerberos Ticket Policy management plugin.Pavel Zuna2010-01-131-27/+23
* Add --all to LDAPCreate and make LDAP commands always display default attribu...Pavel Zuna2010-01-111-8/+24
* Convert to using new result output handlingRob Crittenden2009-12-141-0/+2
* Take 2: Extensible return values and validation; steps toward a single output...Jason Gerard DeRose2009-12-101-13/+76
* Add support for setting/adding arbitrary attributesRob Crittenden2009-11-171-0/+61
* Add mod_python adapter and some UI tuningJason Gerard DeRose2009-10-271-1/+1
* Fix typos and minor bugs in baseldap. Add --all to LDAPUpdate.Pavel Zuna2009-09-111-6/+17
* Improve ipalib.plugins.baseldap classes.Pavel Zuna2009-09-091-97/+72
* Add options in baseldap classes to display unaltered LDAP entries.Pavel Zuna2009-08-051-10/+44