summaryrefslogtreecommitdiffstats
path: root/ipa-server/xmlrpc-server/funcs.py
Commit message (Expand)AuthorAgeFilesLines
* Mass file removal for IPAv2.Rob Crittenden2009-02-031-2291/+0
* Shift search base for users and groups to "cn=accounts, baseDN"Rob Crittenden2008-07-291-16/+18
* 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-281-12/+44
* Ensure hostnames are lower during installation and when adding service princsRob Crittenden2008-05-201-14/+26
* 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-081-0/+5
* Don't allow the IPA server service principals to be removed.Rob Crittenden2008-05-081-0/+3
* 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
* 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
* Don't allow a group to be a member of itself.Rob Crittenden2008-02-221-1/+5
* Fix bug that prevented single-character fieldsRob Crittenden2008-02-111-2/+8
* Fix issues reported by rpmlint.Rob Crittenden2008-01-181-2/+1
* Service principal deletionRob Crittenden2008-01-111-0/+20
* Add function to retrieve a short list of attributes to make ipa-adddelegationRob Crittenden2008-01-041-0/+7
* 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
* Make the old entry option in update_*, check for empty parameters andRob Crittenden2007-12-111-58/+222
* Enable searching for multiple things at onceRob Crittenden2007-12-111-1/+1
* Tie the logging module to 'PythonOption IPADebug' in /etc/httpd/conf.d/ipa.confRob Crittenden2007-12-111-5/+1
* Merge.Karl MacMillan2007-12-111-9/+159
|\
| * Remove some debugging statementsRob Crittenden2007-12-101-2/+0
| * Make uid an editable field in the Edit UI so we can do RDN changesRob Crittenden2007-12-061-3/+6
| * Utilize user and group objectclass lists in cn=ipaconfigRob Crittenden2007-12-061-4/+22
| * Move dn removal to the XML-RPC side and remove empty attributesRob Crittenden2007-12-051-2/+23
| * Add UI for service principal creation and keytab retrievalRob Crittenden2007-12-051-1/+72
| * Phase 1 of allowing admins to set the default object classes for users & groupsRob Crittenden2007-12-041-0/+39
* | mergeJohn Dennis2007-12-041-30/+63
|\|
| * Convert krbmaxpwdlife and krbminpwdlife from seconds into days and hoursRob Crittenden2007-12-031-5/+16
| * Compatibility changes to work on RHEL 5 with python 2.4rcritten@redhat.com2007-11-301-5/+6