summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/baseldap.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not crash on empty reverse member optionsPetr Viktorin2012-05-071-2/+2
* Sort password policies properly with --pkey-onlyMartin Kosek2012-04-261-6/+5
* Refactor exc_callback invocation.Jan Cholasta2012-04-261-151/+80
* Fix empty external member processingOndrej Hamada2012-04-171-1/+1
* Convert --setattr values for attributes marked no_updatePetr Viktorin2012-04-091-1/+6
* Defer conversion and validation until after --{add,del,set}attr are handledPetr Viktorin2012-04-031-17/+35
* Netgroup nisdomain and hosts validationOndrej Hamada2012-03-281-1/+28
* Fix attributes that contain DNs when migrating.Rob Crittenden2012-03-221-1/+9
* Use a consistent parameter name in errors, defaulting to cli_name.Rob Crittenden2012-03-201-2/+3
* Don't allow hosts and services of IPA masters to be disabled.Rob Crittenden2012-03-191-1/+1
* Don't crash when searching with empty relationship optionsPetr Viktorin2012-03-131-22/+14
* Allow removing sudo commands with special characters from command groupsPetr Viktorin2012-03-121-2/+2
* Fix encoding for setattr/addattr/delattrMartin Kosek2012-03-011-0/+2