summaryrefslogtreecommitdiffstats
path: root/ipa-server/xmlrpc-server/funcs.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* Refactor the __get_entry into __get_base_entry and __get_sub_entry().Kevin McCarthy2007-10-111-11/+31
* Combine get_user/group by dn/cn into get_entry_by_cn/dn.Kevin McCarthy2007-10-091-31/+25
* Several escaping fixes:Kevin McCarthy2007-10-051-2/+7
* New LDAP connection pool that does lockingRob Crittenden2007-10-081-24/+62
* Try to catch more error conditions during installationrcritten@redhat.com2007-10-031-2/+5
* Add the rest of the user fields to the user pages.Kevin McCarthy2007-10-031-1/+1
* I broke add_groups_to_user and remove_groups_from_user with myrcritten@redhat.com2007-10-021-6/+2
* Do group operations based on the group DN, not the CNrcritten@redhat.com2007-10-021-31/+30
* Rely more on kerberos.Simo Sorce2007-10-011-27/+30
* Add group management to the user edit page.Kevin McCarthy2007-09-281-0/+50
* patch queue: add_filters.patchKevin McCarthy2007-09-271-0/+3
* Make timelimit a parameter to the find methods.Kevin McCarthy2007-09-271-8/+4
* Misc small fixes:Kevin McCarthy2007-09-251-5/+25
* Adds methods to manipulate groups by dns.Kevin McCarthy2007-09-261-40/+96
* Adds manager and direct reports to usershow page.Kevin McCarthy2007-09-251-2/+16
* Show the list of groups a user belongs to.Kevin McCarthy2007-09-251-2/+25
* Fix error when using with TurboGearsrcritten@redhat.com2007-09-251-2/+3
* Enable LDAP debugging using the mod_python Apache configuration directivercritten@redhat.com2007-09-211-8/+10
* Don't fall back on proxy authentication. We don't generate the certificatesrcritten@redhat.com2007-09-241-4/+7