summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/baseldap.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed permission lookupJan Zeleny2011-01-311-7/+5
* Disable renaming to empty stringJan Zeleny2011-01-241-0/+2
* Make a copy of objectclasses so a call can't update them globally.Rob Crittenden2011-01-241-1/+2
* Fix output of failed managedby hosts, allow a host to manage itself.Rob Crittenden2011-01-111-1/+2
* Display the entries that failed when deleting with --continue.Rob Crittenden2011-01-101-2/+6
* facet nestingAdam Young2011-01-071-1/+1
* Improve filtering of enrollments search results.Pavel Zuna2011-01-041-9/+48
* In meta data make ACI attributes lower-case, sorted. Add possible attributes.Rob Crittenden2010-12-211-2/+7
* Fix the mod operations.Pavel Zuna2010-12-211-0/+1
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* Enable filtering search results by member attributes.Pavel Zuna2010-12-201-1/+33
* Allow RDN changes from CLIJakub Hrozek2010-12-201-0/+14
* Allow renaming of object that have a parentJakub Hrozek2010-12-201-1/+2
* Make pkey always iterable when deletingJakub Hrozek2010-12-201-3/+5
* Give the memberof plugin time to work when adding/removing reverse members.Rob Crittenden2010-12-131-3/+62
* Properly handle multi-valued attributes when using setattr/addattr.Rob Crittenden2010-12-101-1/+1
* When deleting multiple entries use --continue, not --continuous.Rob Crittenden2010-12-031-1/+1
* Provide list of available attributes for use in ACI UI.Rob Crittenden2010-12-031-1/+22
* This is the second half of a patch. Only the part that had to beRob Crittenden2010-12-021-1/+1
* Re-implement access control using an updated model.Rob Crittenden2010-12-011-11/+253
* Rename parent LDAPObject pkeys in child LDAPObject methods.Pavel Zuna2010-11-241-1/+5
* Gracefully handle an empty members listRob Crittenden2010-11-241-1/+4
* 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