summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/baseldap.py
Commit message (Expand)AuthorAgeFilesLines
* ipalib: move server-side plugins to ipaserverJan Cholasta2016-06-031-2397/+0
* Fix: replace incorrect no_cli with no_option flagMartin Basti2016-06-021-1/+1
* Performance: Find commands: do not process members by defaultMartin Basti2016-05-311-1/+6
* Make option --no-members public in CLIMartin Basti2016-05-311-1/+1
* frontend: move the interactive_prompt callback type to CommandJan Cholasta2016-05-251-36/+1
* frontend: merge baseldap.CallbackRegistry into CommandJan Cholasta2016-05-251-55/+6
* ipalib: remove the unused `csv` argument of ParamJan Cholasta2016-05-251-5/+4
* ipalib: make optional positional command arguments actually optionalJan Cholasta2016-05-251-3/+8
* frontend: perform argument value validation only on serverJan Cholasta2016-05-251-2/+8
* Fix referenced before assigment variables in except statementsMartin Basti2016-05-201-2/+2
* specify type of exceeded limit when warning about truncated search resultsMartin Babinsky2016-04-131-2/+5
* differentiate between limit types when LDAP search exceeds configured limitsMartin Babinsky2016-04-131-9/+5
* Fixes minor issuesStanislav Laznicka2016-02-241-1/+1
* Warn user when ipa *-find reach limitMartin Basti2016-01-271-1/+7
* Remove unused importsMartin Basti2015-12-231-1/+1
* Rename caught exception for use outside the except: block.Petr Viktorin2015-10-131-1/+2
* 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