summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins/ldap2.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-011-3/+0
* Add custom mapping object for LDAP entry data.Jan Cholasta2013-03-011-6/+91
* 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
* Do not produce unindexed search on every DEL commandMartin Kosek2012-10-011-0/+2
* Use DN objects instead of stringsJohn Dennis2012-08-121-365/+758
* Redo boolean value encoding.Jan Cholasta2012-05-091-18/+0
* Revert "Search allowed attributes in superior objectclasses"Rob Crittenden2012-04-291-3/+0
* Raise proper exception when LDAP limits are exceededMartin Kosek2012-04-161-6/+18
* Fix LDAP effective rights control with python-ldap 2.4.xMartin Kosek2012-03-221-2/+14
* Search allowed attributes in superior objectclassesOndrej Hamada2012-03-221-0/+3
* Allow removing sudo commands with special characters from command groupsPetr Viktorin2012-03-121-3/+3
* Catch public exceptions when creating the LDAP context in WSGI.Rob Crittenden2012-02-241-0/+3
* Global DNS optionsMartin Kosek2012-02-241-2/+3
* Require minimum SSF 56, confidentially. Also ensure minssf <= maxssf.Rob Crittenden2012-02-051-0/+9
* Fix ldap2 combine_filters for ldap2.MATCH_NONEMartin Kosek2012-01-261-14/+10
* Fix attempted write to attribute of read-only object.Jan Cholasta2012-01-021-1/+1
* ticket #1870 - subclass SimpleLDAPObjectJohn Dennis2011-11-291-10/+114
* Add plugin framework to LDAP updates.Rob Crittenden2011-11-221-4/+12
* ticket 2022 - modify codebase to utilize IPALogManager, obsoletes loggingJohn Dennis2011-11-231-3/+2
* Allow custom server backend encodingMartin Kosek2011-11-091-0/+17
* Fix has_upg() to work with relocated managed entries configuration.Rob Crittenden2011-10-131-18/+17
* Optimize member/memberof searches in LDAPMartin Kosek2011-10-121-5/+4
* Improve default user/group object class validationMartin Kosek2011-10-111-1/+4