summaryrefslogtreecommitdiffstats
path: root/ipa-server/xmlrpc-server/funcs.py
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Revert logging setup change because it has unintendedKarl MacMillan2007-12-031-3/+3
| * Require that the default users group existsRob Crittenden2007-11-301-8/+19
| * Don't allow the admins or editors groups to be removed.Rob Crittenden2007-11-301-0/+10
| * Remove optional arguments from the XML-RPC interfaceRob Crittenden2007-11-291-15/+15
* | fix merge errorJohn Dennis2007-11-291-44/+0
* | merged radius work with latest mainline tipJohn Dennis2007-11-281-53/+409
|\|
| * Add xml-rpc interface for getting keytabs.Karl MacMillan2007-11-211-0/+67
| * Generate master password from Simo.Karl MacMillan2007-11-211-3/+3
| * Use groupOfNames and member, not groupOfUniqueNames and uniqueMemberSimo Sorce2007-11-201-16/+16
| * Enable group inactivation by using the Class of Service plugin.Rob Crittenden2007-11-201-16/+88
| * Implement the password policy UI and finish IPA policy UIRob Crittenden2007-11-161-55/+140
| * Use the dna plugin to automatically assign uidRob Crittenden2007-11-131-7/+14
| * Allow a user or group to change an attribute in its RDNRob Crittenden2007-11-121-4/+84
| * Handle ldap.UNWILLING_TO_PERFORM more gracefullyRob Crittenden2007-11-091-1/+4
* | add command line utilites for radius profilesJohn Dennis2007-11-261-5/+6
* | Add radius profile implementations:John Dennis2007-11-211-25/+130
* | add ipa-findradiusclient searchJohn Dennis2007-11-141-0/+31
* | radius client modify and delete workJohn Dennis2007-11-141-5/+24
* | ipa-addradiusclient now workingJohn Dennis2007-11-131-3/+19
* | checkpoint radius client workJohn Dennis2007-11-131-0/+25
|\|
| * remove offensive use of rpmJohn Dennis2007-11-061-1/+1
* | remove offensive use of rpmJohn Dennis2007-11-061-1/+1
|/
* Rename memberOf to group_members in xml-rpc interface.Karl MacMillan2007-10-311-1/+1
* Add memberOf API call to the XML-RPC interfaceRob Crittenden2007-10-301-0/+31
* Add delete user and group to webgui.Kevin McCarthy2007-10-231-3/+2
* Add an LDAP attribute -> label mapping function to XML-RPC layerRob Crittenden2007-10-221-0/+11
* update_user and update_group need to be defined differently in orderRob Crittenden2007-10-221-2/+6
* Finish the email autosuggest.Kevin McCarthy2007-10-181-1/+10
* Creates an update_entry api call, aliases update_user and update_group to it.Kevin McCarthy2007-10-151-6/+6
* Adds delegation listing and creation to the GUI.Kevin McCarthy2007-10-121-0/+9
* Remove buggy connection caching. Create a new connection for each LDAPRob Crittenden2007-10-121-36/+7
* Add inetUser objectclass. Remove test-users ldif.Kevin McCarthy2007-10-111-3/+5