summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins
Commit message (Expand)AuthorAgeFilesLines
* enable proxy for dogtagAdam Young2011-08-291-1/+1
* 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
* Select a server with a CA on it when submitting signing requests.Nalin Dahyabhai2011-06-141-3/+65
* 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
* Try to register DNS name through a DNS Update on install.Simo Sorce2011-02-171-1/+1
* Raise NotImplementedError for selfsigned cert-remove-holdJakub Hrozek2011-02-171-1/+1
* Code cleanupJan Zeleny2011-02-151-445/+0
* 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-253-10/+2
* 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-208-40/+40
* 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
* Use Realm as certs subject base nameSimo Sorce2010-11-181-2/+3
* Fix NotFound exception in ipa-nis-manage.Rob Crittenden2010-11-091-1/+1
* Populate indirect members when showing a group object.Rob Crittenden2010-10-281-0/+71
* Allow RDN changes for users, groups, rolegroups and taskgroups.Rob Crittenden2010-10-281-0/+2
* find_entries paramAdam Young2010-10-251-3/+1
* Add fail-safe defaults to time and size limits in ldap2 searches.Pavel Zuna2010-10-221-5/+11
* Disallow RDN change and single-value bypass using setattr/addattr.Pavel Zuna2010-10-181-13/+31
* Use consistent, specific nickname for the IPA CA certificate.Rob Crittenden2010-10-011-1/+2
* Handle an empty base_dn and no cn=ipaconfig in the ldap2 backend, fix migration.Rob Crittenden2010-09-281-3/+11
* Handle search_ext() returning ldap.SUCCESSRob Crittenden2010-09-281-0/+2
* Add some tests for using the ldap2 Backend.Rob Crittenden2010-09-241-1/+1
* Allow the schema to be set once an ldap connection is locked.Rob Crittenden2010-09-091-1/+3
* Make ldap2 class work as a client library as well.Rob Crittenden2010-09-071-36/+48
* Use global time and size limit values when searching.Rob Crittenden2010-08-191-5/+17
* Fix reference to _handle_errors() in remove_principal_key()Rob Crittenden2010-08-101-1/+1
* Drop our own PKCS#10 ASN.1 decoder and use the one from python-nssRob Crittenden2010-07-291-17/+11