summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins/ldap2.py
Commit message (Expand)AuthorAgeFilesLines
* py3: remove_entry_from_group: attribute name must be stringMartin Basti2017-02-081-1/+1
* py3: can_read: attributelevelrights is already stringMartin Basti2017-01-311-1/+1
* py3: get_effective_rights: values passed to ldap must be bytesMartin Basti2017-01-311-1/+4
* py3: add_entry_to_group: attribute name must be string not bytesMartin Basti2017-01-241-1/+1
* constants: remove CACERTJan Cholasta2016-11-291-2/+3
* ldap2: modify arguments for create_connectionTomas Krizek2016-11-071-16/+8
* ldap2: change default bind_dnTomas Krizek2016-11-071-1/+1
* ldap2: change default time/size limitTomas Krizek2016-11-071-12/+25
* ipaldap: merge external_bind into LDAPClientTomas Krizek2016-11-071-4/+1
* pylint: enable the import-error checkJan Cholasta2016-10-241-1/+1
* ipalib, ipaserver: migrate all plugins to Registry-based registrationJan Cholasta2016-05-251-3/+4
* differentiate between limit types when LDAP search exceeds configured limitsMartin Babinsky2016-04-131-2/+3
* Upgrade: increase time limit for upgradesMartin Basti2015-12-011-29/+43
* fix caching in get_ipa_configMartin Basti2015-11-191-1/+1
* Standardize minvalue for ipasearchrecordlimit and ipasesarchsizelimit for unl...Gabe2015-09-221-2/+2
* ldap: Make ldap2 connection management thread-safe againJan Cholasta2015-09-041-18/+15
* Port from python-krbV to python-gssapiMichael Simacek2015-08-261-28/+32
* plugable: Pass API to plugins on initialization rather than using set_apiJan Cholasta2015-07-011-37/+8
* allow to call ldap2.destroy_connection multiple timesPetr Vobornik2015-05-071-2/+3
* speed up indirect member processingPetr Vobornik2015-04-271-90/+0
* ldap: Move value encoding from IPASimpleLDAPObject to LDAPClientJan Cholasta2015-04-161-7/+15
* ldap: Use LDAPClient instead of IPASimpleLDAPObject in ldap2.modify_passwordJan Cholasta2015-04-161-6/+5
* ldap: Use LDAPClient bind and unbind methods in ldap2Jan Cholasta2015-04-161-34/+28
* ldap: Use LDAPClient connection management in ldap2Jan Cholasta2015-04-161-3/+10
* ldap: Add connection management to LDAPClientJan Cholasta2015-04-161-1/+4
* Fix ldap2 shared connectionMartin Basti2015-04-021-1/+1
* ldap2: Use self API instance instead of ipalib.apiJan Cholasta2015-03-051-13/+32
* ldap2 indirect membership processing: Use global limits if greater than per-q...Petr Viktorin2014-07-141-6/+29
* Add /session/token_sync POST supportNathaniel McCallum2014-06-261-4/+10
* ldap2: add otp support to modify_passwordPetr Vobornik2014-06-261-3/+6
* Remove GetEffectiveRights control when ldap2.get_effective_rights fails.Jan Cholasta2014-06-241-3/+5
* ldap2.has_upg: Raise an error if the UPG definition is not foundPetr Viktorin2014-05-291-13/+17
* ldap2.find_entries: Do not modify attrs_list in-placePetr Viktorin2014-05-261-6/+9
* Always use real entry DNs for memberOf in ldap2.Jan Cholasta2014-02-241-1/+1
* Store old entry state in dict rather than LDAPEntry.Jan Cholasta2014-01-101-2/+2
* Convert remaining backend code to LDAPEntry API.Jan Cholasta2013-12-161-20/+19
* Remove unused method get_api of the ldap2 plugin.Jan Cholasta2013-11-271-3/+0
* Refactor indirect membership processing.Jan Cholasta2013-11-271-182/+67
* Support searches with paged results control in LDAPClient.Jan Cholasta2013-11-271-2/+2
* Move IPA specific code from LDAPClient to the ldap2 plugin.Jan Cholasta2013-11-271-0/+204
* Use LDAP modify operation directly to add/remove group members.Jan Cholasta2013-07-111-23/+13
* Move ipaldap to ipapythonPetr Viktorin2013-03-131-1/+1
* Remove support for DN normalization from LDAPClient.Jan Cholasta2013-03-011-22/+2
* Use full DNs in plugin code.Jan Cholasta2013-03-011-6/+4
* Aggregate IPASimpleLDAPObject in LDAPEntry.Jan Cholasta2013-03-011-4/+4
* Use the dn attribute of LDAPEntry to set/get DNs of entries.Jan Cholasta2013-03-011-2/+0
* Remove IPAdmin.unbind_s(), keep unbind()Petr Viktorin2013-03-011-1/+1
* Remove IPAdmin.sasl_interactive_bind_sPetr Viktorin2013-03-011-2/+2
* Rename LDAPConnection to LDAPClientPetr Viktorin2013-03-011-3/+3
* Turn the LDAPError handler into a context managerPetr Viktorin2013-03-011-13/+4