summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/baseldap.py
Commit message (Expand)AuthorAgeFilesLines
* Standardize minvalue for ipasearchrecordlimit and ipasesarchsizelimit for unl...Gabe2015-09-221-2/+2
* baseldap: make subtree deletion optional in LDAPDeleteJan Cholasta2015-09-171-0/+4
* Use bytes instead of str where appropriateJan Cholasta2015-09-171-2/+2
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-171-0/+3
* Replace uses of map()Petr Viktorin2015-09-011-2/+2
* Use Python3-compatible dict method namesPetr Viktorin2015-09-011-25/+25
* Use six.string_types instead of "basestring"Petr Viktorin2015-09-011-2/+4
* baseldap: Allow overriding member param label in LDAPModMemberJan Cholasta2015-08-181-2/+3
* Modernize 'except' clausesPetr Viktorin2015-08-121-12/+12
* include more information in metadataPetr Vobornik2015-07-031-33/+0
* baseldap: add support for API commands managing only a single attributeMartin Babinsky2015-07-021-0/+114
* baseldap: Fix possible crash in LDAPObject.handle_duplicate_entryJan Cholasta2015-05-151-1/+1
* speed up indirect member processingPetr Vobornik2015-04-271-0/+72
* speed up convert_attribute_membersPetr Vobornik2015-04-201-8/+28
* ldap: Move schema handling from IPASimpleLDAPObject to LDAPClientJan Cholasta2015-04-161-1/+1
* User life cycle: allows MODRDN from ldap2Thierry Bordaz2015-04-161-3/+5
* baseldap: Handle missing parent objects properly in *-find commandsTomas Babej2015-01-131-1/+3
* keytab manipulation permission managementPetr Vobornik2014-10-171-0/+17
* baseldap: Properly handle the case of renaming object to the same nameTomas Babej2014-09-291-10/+17
* 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