summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins/ldap2.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* When calculating indirect membership don't test nesting on users and hosts.Rob Crittenden2011-10-061-0/+8
* Require current password when using passwd to change your own password.Rob Crittenden2011-10-041-0/+11
* Filter reverse zones in dnszone-findMartin Kosek2011-07-131-7/+28
* find_entry_by_attr() should fail if multiple entries are foundRob Crittenden2011-07-111-1/+6
* Convert Bool to TRUE/FALSE when working with LDAP backend https://fedorahoste...Alexander Bokovoy2011-06-271-2/+5
* Let the framework be able to override the hostname.Rob Crittenden2011-06-231-0/+4
* Fix indirect member calculationRob Crittenden2011-06-141-9/+16
* Handle LDAP search referencesMartin Kosek2011-06-101-2/+5
* Do a lazy retrieval of the LDAP schema rather than at module load.Rob Crittenden2011-05-301-18/+25
* Return copy of config from ipa_get_config()Jr Aquino2011-05-131-2/+2
* Optimize and dynamically verify group membershipJr Aquino2011-04-221-52/+42
* Cache the value of get_ipa_config() in the request context.Rob Crittenden2011-03-311-0/+7
* Escape LDAP characters in member and memberof searchesJr Aquino2011-03-311-2/+4
* Replace only if old and new have nothing in commonRob Crittenden2011-03-031-1/+1
* Collect memberof information for sudo commands.Rob Crittenden2011-02-231-0/+8
* Add handling for indirect memberof other entries.Rob Crittenden2011-02-211-0/+71
* Ignore case when removing group members.Rob Crittenden2011-02-141-1/+1
* Add support for tracking and counting entitlementsRob Crittenden2011-02-021-0/+14
* Add ldap2 method to retrieve allowed attributes for specified objectClasses.Pavel Zuna2011-01-261-3/+17
* Fix assorted bugs found by pylintJakub Hrozek2011-01-251-1/+1
* Add some basic filter validation to permissions and disallow empty filtersRob Crittenden2011-01-211-0/+2
* Move mep templates under cn=etcSimo Sorce2011-01-141-1/+2
* python-ldap fails gloriously if the search time limit is 0. Don't allow it.Rob Crittenden2011-01-141-0/+2
* Fix output of failed managedby hosts, allow a host to manage itself.Rob Crittenden2011-01-111-3/+9
* Enable low-level LDAP debugging.Rob Crittenden2011-01-111-1/+4
* Don't use Class of Service for account activation, use attribute.Rob Crittenden2011-01-041-47/+4
* Remove common entries when deleting a master.Simo Sorce2010-12-211-3/+4
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* Fix search filter generator in ldap2 for NOT operator.Pavel Zuna2010-12-081-0/+6
* Add new parameter type IA5Str and use this to enforce the right charset.Rob Crittenden2010-12-071-0/+2
* Ensure list of attrs to retrieve is unique, optimize getting indirect membersRob Crittenden2010-12-061-3/+9
* Fix NotFound exception in ipa-nis-manage.Rob Crittenden2010-11-091-1/+1