summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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-262-5/+12
* 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
* ipaplatform: Move all filesystem paths to ipaplatform.paths moduleTomas Babej2014-06-162-4/+6
* 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-162-23/+20
* 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
* Handle a 501 in cert-find from dogtag as a "not supported"Rob Crittenden2013-05-031-0/+4
* Drop --selfsign server functionalityPetr Viktorin2013-04-152-232/+0
* Add logging to join commandTomas Babej2013-03-251-6/+20
* 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 some uses of raw python-ldapPetr Viktorin2013-03-011-10/+20
* 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
* Move entry add, update, remove, rename to LDAPConnectionPetr Viktorin2013-03-011-142/+2
* Move entry finding methods to LDAPConnectionPetr Viktorin2013-03-011-292/+7
* Move filter making methods to LDAPConnectionPetr Viktorin2013-03-011-121/+1
* Move DN handling methods to LDAPConnectionPetr Viktorin2013-03-011-36/+2
* Move schema-related methods to LDAPConnectionPetr Viktorin2013-03-011-44/+5
* Start LDAPConnection, a common base for ldap2 and IPAdminPetr Viktorin2013-03-011-73/+9
* Move SchemaCache and IPASimpleLDAPObject to ipaserver.ipaldapPetr Viktorin2013-03-011-538/+5
* Move the decision to force schema updates out of IPASimpleLDAPObjectPetr Viktorin2013-03-011-8/+20
* Remove connection-creating code from ShemaCachePetr Viktorin2013-03-011-34/+3
* Move LDAPEntry to ipaserver.ipaldap and derive Entry from itPetr Viktorin2013-03-011-97/+5
* Use explicit loggers in ldap2 codePetr Viktorin2013-03-011-21/+37
* Remove some unused importsPetr Viktorin2013-03-012-5/+2
* Add custom mapping object for LDAP entry data.Jan Cholasta2013-03-011-6/+91
* Implement the cert-find command for the dogtag CA backend.Rob Crittenden2013-02-192-0/+146
* Use fully qualified CCACHE namesMartin Kosek2013-02-011-3/+12
* Remove unused krbV importsMartin Kosek2013-02-011-2/+0
* Fix migration for openldap DSMartin Kosek2013-02-011-2/+9
* Add detection for users from trusted/invalid realmsTomas Babej2012-12-061-0/+2
* Wait for the directory server to come up when updating the agent certificate.Rob Crittenden2012-11-011-0/+3
* Use common encoding in modlist generationMartin Kosek2012-11-011-0/+16
* Remove servertrls and clientctrls options from rename_sMartin Kosek2012-10-261-2/+5
* log dogtag errorsJohn Dennis2012-10-191-20/+48