summaryrefslogtreecommitdiffstats
path: root/ipa-server/xmlrpc-server
Commit message (Expand)AuthorAgeFilesLines
* Limit the mod_rewrite rules to just /ipaRob Crittenden2008-08-211-4/+4
* Make Proxy directive wildcard match more specific so we can play nicer with o...Rob Crittenden2008-08-141-3/+3
* Shift search base for users and groups to "cn=accounts, baseDN"Rob Crittenden2008-07-291-16/+18
* Change Title label to Job Title for clarityRob Crittenden2008-07-291-1/+1
* Catch correct exception when trying to find the default IPA users group and r...Rob Crittenden2008-07-231-2/+2
* Don't make the search criteria lower-case so one can do case-sensitive search...Rob Crittenden2008-06-041-1/+0
* Move version.py to the common ipa directory instead of being server-based so ...Rob Crittenden2008-06-031-3/+3
* Fix typo in log statementRob Crittenden2008-05-291-1/+1
* Set default logging level to INFO (still logs to Apache)Rob Crittenden2008-05-282-24/+63
* Ensure hostnames are lower during installation and when adding service princsRob Crittenden2008-05-201-14/+26
* Remove broken link for IE configuration and replace sample domain/realm. Also...Rob Crittenden2008-05-201-4/+7
* Enforce the maximum username length set by IPA PolicyRob Crittenden2008-05-141-0/+25
* Add a version API to the server so it knows what version it is.Rob Crittenden2008-05-082-0/+6
* Don't allow the IPA server service principals to be removed.Rob Crittenden2008-05-081-0/+3
* Refine our web space some more so that everything we reference is in /ipaRob Crittenden2008-05-073-16/+18
* Fix the client-side search size limit.Rob Crittenden2008-04-251-24/+24
* Catch all errors when obtaining an LDAP connection.Rob Crittenden2008-04-151-0/+2
* Don't quit trying to lock a user if they aren't in the activated group.Rob Crittenden2008-04-141-1/+5
* Don't allow the admin user to be removed from the admins group.Rob Crittenden2008-04-041-0/+10
* Add missing normalizeDN() when removing members from a group.Rob Crittenden2008-04-041-4/+11
* Fix typo in python directive. Fixes marking a group active.Rob Crittenden2008-04-011-1/+1
* Fix crash when creating new groups. You can't iterate over a None variable.Rob Crittenden2008-04-011-0/+2
* Fix account activation.Rob Crittenden2008-03-311-6/+53
* Don't allow the admin user to be removed using the XML-RPC Interface.Rob Crittenden2008-03-281-0/+2
* Do case-less comparisons when considering objectclass but store theRob Crittenden2008-03-281-3/+3
* Normalize member DN's when determining whether they are in a groupRob Crittenden2008-03-261-1/+5
* When getting members let user indicate what type of member they want.Rob Crittenden2008-03-271-4/+44
* Re-root the IPA web UI to /ipa and the XML-RPC interface to /ipaxml.Rob Crittenden2008-03-242-18/+14
* We are really changing the kerberos principal key and not the password whenRob Crittenden2008-03-241-4/+4
* Allow the realm to be included in the name passed to add_service_principal()Rob Crittenden2008-03-171-3/+6
* Adding items to the set needs to be lower case to prevent duplicates.Rob Crittenden2008-03-101-1/+1
* Filter out K/M and krbtgt principals from the service principals list.Rob Crittenden2008-03-031-2/+3
* Do argument type checking in the XML-RPC interfaceRob Crittenden2008-02-291-60/+149
* In the UI we don't want to display Edit links unless someone can actuallyRob Crittenden2008-02-271-1/+8
* The admins group cannot be renamed.Rob Crittenden2008-02-271-0/+3
* Require that service principals resolve to a DNS A record.Rob Crittenden2008-02-261-2/+21
* Add failover to the XML-RPC clientRob Crittenden2008-02-222-1/+7
* Don't allow a group to be a member of itself.Rob Crittenden2008-02-221-1/+5
* Syntax error, ')' in the worng place throws nasty 500 errors on ldap errors :)Simo Sorce2008-02-211-1/+1
* Redirect users when they don't use the FQDN on both SSL and non-SSL portsRob Crittenden2008-02-213-12/+14
* Fix bug that prevented single-character fieldsRob Crittenden2008-02-112-4/+10
* Switch 'below' to 'above' to point to the right location of the CA on the pageRob Crittenden2008-02-071-1/+1
* Set the license uniformly to GPLv2 only.Rob Crittenden2008-02-043-6/+3
* Fix issues reported by rpmlint.Rob Crittenden2008-01-183-7/+8
* Service principal deletionRob Crittenden2008-01-112-0/+21
* Remove registration of get_keytabRob Crittenden2008-01-031-1/+0
* Add function to retrieve a short list of attributes to make ipa-adddelegationRob Crittenden2008-01-042-0/+8
* In add_service_principal() don't let the user pass in the realm.Rob Crittenden2008-01-071-0/+4
* Finishe removing previous code to fetch keytabsSimo Sorce2007-12-211-33/+0
* Fix minor typo in unauthorized page.Karl MacMillan2007-12-121-1/+1