summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/baseldap.py
Commit message (Expand)AuthorAgeFilesLines
* baseldap: Fix undefined variable reference in LDAPAddReverseMember and LDAPRe...Tomas Babej2014-09-171-26/+18
* Exclude attributelevelrights from --raw result processing in baseldap.Jan Cholasta2014-07-291-3/+7
* baseldap: return 'none' attr level right as unicode stringPetr Vobornik2014-07-251-1/+1
* baseldap: Remove redundant search from LDAPAddReverseMember and LDAPRemoveRev...Tomas Babej2014-07-231-6/+0
* baseldap: Return empty string when no effective rights are foundPetr Viktorin2014-07-091-0/+4
* sudorule: Refactor add and remove external_post_callbackTomas Babej2014-06-251-10/+46
* get_ancestors_primary_keys cloneMartin Basti2014-06-031-1/+1
* Allows to sort non text entriesMartin Basti2014-06-031-1/+2
* Use raw attribute values in command result when --raw is specified.Jan Cholasta2014-04-181-1/+10
* Allow primary keys to use different type than unicode.Jan Cholasta2014-04-181-19/+50
* Add Object metadata and update plugin for managed permissionsPetr Viktorin2014-03-251-0/+1
* ipalib.plugins: Expose LDAPObjects' eligibility for permission --type in JSON...Petr Viktorin2014-02-271-0/+2
* Add permission_filter_objectclasses for explicit type filtersPetr Viktorin2014-02-201-0/+1
* Convert remaining frontend code to LDAPEntry API.Jan Cholasta2014-01-241-89/+80
* Get original entry state from LDAP in LDAPUpdate.Jan Cholasta2014-01-241-1/+6
* Fix error message when adding duplicate automember ruleAna Krivokapic2013-11-151-2/+3
* Always use lists for values in LDAPEntry internally.Jan Cholasta2013-10-311-0/+2
* Use correct super-calls in get_args() methodsPetr Viktorin2013-10-021-22/+8
* Add new hidden command option to suppress processing of membership attributes.Jan Cholasta2013-07-231-18/+50
* Use LDAP search instead of *group_show to check if a group exists.Jan Cholasta2013-07-111-0/+5
* Improve error messages for external group membersAna Krivokapic2013-03-141-0/+4
* Remove implicit Str to DN conversion using *-attrTomas Babej2013-03-131-6/+0
* Change DNA magic value to -1 to make UID 999 usablePetr Viktorin2013-03-111-0/+2
* Remove DN normalization from the baseldap plugin.Jan Cholasta2013-03-011-11/+10
* Use full DNs in plugin code.Jan Cholasta2013-03-011-6/+8
* Preserve case of attribute names in LDAPEntry.Jan Cholasta2013-03-011-1/+4
* Use the dn attribute of LDAPEntry to set/get DNs of entries.Jan Cholasta2013-03-011-17/+41
* Remove some unused importsPetr Viktorin2013-03-011-3/+1
* Add custom mapping object for LDAP entry data.Jan Cholasta2013-03-011-13/+13
* Update argument docs to reflect dropped CSV supportPetr Viktorin2013-02-221-6/+6
* Enable transactions by default, make password and modrdn TXN-awareRob Crittenden2012-11-211-54/+6
* Do not produce unindexed search on every DEL commandMartin Kosek2012-10-011-1/+7
* Fix addattr internal errorMartin Kosek2012-09-161-1/+11
* Fixed metadata serialization of Numbers and DNsPetr Vobornik2012-09-061-1/+1
* Internationalization for public errorsPetr Viktorin2012-09-031-6/+12
* Fix managedBy label for DNS zoneMartin Kosek2012-08-261-3/+0
* Raise proper exception when given a bad DN attribute.Rob Crittenden2012-08-161-1/+4
* Use DN objects instead of stringsJohn Dennis2012-08-121-64/+124
* Make --{set,add,del}attr more robust.Jan Cholasta2012-08-031-40/+49
* Do not change LDAPObject objectclass listMartin Kosek2012-07-091-1/+1
* Add support for external group membersAlexander Bokovoy2012-06-281-7/+16
* Rework the CallbackInterfacePetr Viktorin2012-06-141-206/+128
* Change json serialization to serialize useful dataPetr Vobornik2012-06-071-3/+6
* Enforce sizelimit in permission-find, post_callback returns truncatedRob Crittenden2012-05-301-3/+3
* Provide a better error message when deleting nonexistent attributesPetr Viktorin2012-05-291-0/+10
* Disallow setattr on no_update/no_create paramsPetr Viktorin2012-05-291-10/+8
* Check for empty/single value parameters before calling callbacksPetr Viktorin2012-05-151-2/+3
* Validate externalhost (when added by --addattr/--setattr)Petr Viktorin2012-05-111-3/+14
* Redo boolean value encoding.Jan Cholasta2012-05-091-6/+0
* Do not crash on empty --setattr, --getattr, --addattrPetr Viktorin2012-05-071-8/+8