summaryrefslogtreecommitdiffstats
path: root/ipa-python
Commit message (Collapse)AuthorAgeFilesLines
...
* | add parse_items(), read_items_file()John Dennis2007-11-262-16/+33
| | | | | | | | move read_pairs_file() to ipautil
* | add ItemCompleter classJohn Dennis2007-11-261-1/+101
| |
* | add command line utilites for radius profilesJohn Dennis2007-11-263-8/+110
| |
* | remove radius_client.py, move contents to radius_util.pyJohn Dennis2007-11-263-168/+149
| |
* | clean up attribute namesjdennis@VAIO2007-11-241-6/+9
| | | | | | | | clean up command line args in ipa-delradiusclient
* | Add radius profile implementations:John Dennis2007-11-215-24/+616
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | get_radius_profile_by_uid add_radius_profile update_radius_profile delete_radius_profile find_radius_profiles Rewrite command line arg handling, now support pair entry, interactive mode with auto completion, reading pairs from a file, better handling of mandatory values, better help, long arg names now match attribute name in pairs Establish mappings for all attributes and names used in clients and profiles Add notion of containers to radius clients and profiles in LDAP Move common code, variables, constants, and strings into the files radius_client.py, radius_util.py, ipautil.py to eliminate redundant elements which could get out of sync if modified and to provide access to other code which might benefit from using these items in the future. Add utility functions: format_list() parse_key_value_pairs() Add utility class: AttributeValueCompleter Unify attribute usage in radius ldap schema
* | add ipa-findradiusclient searchJohn Dennis2007-11-142-0/+25
| |
* | radius client modify and delete workJohn Dennis2007-11-143-6/+60
| |
* | move radius client utility code to common radius_client.py so it can be sharedJohn Dennis2007-11-131-0/+131
| |
* | ipa-addradiusclient now workingJohn Dennis2007-11-132-0/+24
| |
* | checkpoint radius client workJohn Dennis2007-11-132-0/+8
|\|
| * remove offensive use of rpmJohn Dennis2007-11-061-36/+0
| | | | | | | | add the radiusprofile to the list of objectclasses used when creating a user
* | remove offensive use of rpmJohn Dennis2007-11-061-36/+0
|/ | | | add the radiusprofile to the list of objectclasses used when creating a user
* merge initial radius workJohn Dennis2007-11-031-0/+37
|
* Completely remove an attributeRob Crittenden2007-10-311-0/+5
|
* Bump versions for release.Karl MacMillan2007-11-013-10/+12
|
* Rename memberOf to group_members in xml-rpc interface.Karl MacMillan2007-10-312-4/+4
|
* Have the GUI use memberOf() instead of looping through the member DNsRob Crittenden2007-10-311-1/+8
| | | | Fix a bug in the local transport version of memberOf()
* Add memberOf API call to the XML-RPC interfaceRob Crittenden2007-10-302-0/+25
| | | | Make find-groups use memberOf to have a prettier dispaly of members
* Add delete user and group to webgui.Kevin McCarthy2007-10-232-5/+5
| | | | NOTE: this doesn't handle referential integrity.
* Cleanup freeipa-python requiresMark McLoughlin2008-02-212-8/+2
| | | | | | | | | | | | | | | | We don't need the elaborate python requires, since a requires for e.g. "python-abi = 2.5" is automatically added. We also don't need the elaborate build requires, since all it does is query the currently installed version of python and require that you have it's appropriate python-devel installed. But if python-devel is installed at all, this should hold true. (Also, IMHO the .spec files should be removed from mercurial since they are automatically generated) Signed-off-by: Mark McLouglin <markmc@redhat.com>
* Add an LDAP attribute -> label mapping function to XML-RPC layerRob Crittenden2007-10-223-0/+44
| | | | Move some ACI functions around in preparation for cli delegation
* Remove dependency between ipa-pyton and ipa-serverKarl MacMillan2007-10-191-8/+5
| | | | | | | Current ipa-python imports and calls code from ipaserver (which is in the ipa-server package). This makes it impossible to use the admin tools or the ipa-python package on a system without the server bits installed. This fixes that in a fairly minimal way.
* Finish the email autosuggest.Kevin McCarthy2007-10-182-1/+24
| | | | | For now I've added a new API call. The field-specific searching is a ways off.
* Require SSL for the XML-RPC interfaceRob Crittenden2007-10-192-2/+2
|
* Make distclean work againRob Crittenden2007-10-191-2/+2
|
* Fix build issues by combining patches submitted by Michael Gregg andRob Crittenden2007-10-179-38/+46
| | | | | Karl MacMillan Remove #!/usr/bin/python from many files to quiet rpmlint
* Use setup.py for ipa-python from William Jon McCann <mccann@jhu.edu>.Karl MacMillan2007-10-164-34/+97
|
* Add basic delegation editing.Kevin McCarthy2007-10-151-0/+15
|
* Creates an update_entry api call, aliases update_user and update_group to it.Kevin McCarthy2007-10-152-0/+20
|
* Adds delegation listing and creation to the GUI.Kevin McCarthy2007-10-124-8/+65
|
* This is a really simple (and dumb) ACI parser for the ACI's weKevin McCarthy2007-10-112-0/+211
| | | | will need in the delegation UI.
* Combine get_user/group by dn/cn into get_entry_by_cn/dn.Kevin McCarthy2007-10-092-61/+44
| | | | Also a couple double-escaping fixes I missed in the last patch.
* Fixes none values in first/last name to display properly.Kevin McCarthy2007-10-041-2/+2
|
* Trickle the group_cn to group_dn down the layers. Fix controller calls.Kevin McCarthy2007-10-032-32/+32
|
* Try to catch more error conditions during installationrcritten@redhat.com2007-10-031-0/+5
| | | | | | Modify the way we detect SELinux to use selinuxenabled instead of using a try/except. Handle SASL/GSSAPI authentication failures when getting a connection
* Patch to fix the installer crashing if selinux is disabled. Also changesmccann@jhu.edu2007-10-021-1/+1
| | | | | | | the exception to contain the complete command. Add a check to make sure installer is running as root. Add signal handler to detect a user-cancelled installation. Detect existing DS instances and prompt to remove them.
* Do group operations based on the group DN, not the CNrcritten@redhat.com2007-10-021-1/+16
| | | | | Add new class of errors for connections Raise an exception if a connection cannot be made due to missing ccache
* Rely more on kerberos.Simo Sorce2007-10-012-16/+32
| | | | | | | Don't read ipa.conf to get the realm, the kerberos libs do that for you. Use the krbPrincipalName to change passwords Make it possible to specify the principal at user creation. Mail is not a required attribute so far, don't require it.
* Add group management to the user edit page.Kevin McCarthy2007-09-282-0/+45
| | | | Added a couple more API calls to make the inverse operations easier.
* Make timelimit a parameter to the find methods.Kevin McCarthy2007-09-272-8/+8
|
* Install the web guiKarl MacMillan2007-09-281-1/+2
| | | | | | | | | | | | | | | | | | | Install the turbogears web gui including an init script. This patch includes a few related changes: * create a production configuration * rename the web gui startup scrip to ipa-webgui * add an init script * chkconfig on the ipa-webgui init script * make the start script properly daemonize the app when not in a development directory. * Install everything to the correct places (/usr/sbin/ipa-webgui and /usr/share/ipa/ipagui mainly). There are some things still left to do: * Sort out the logging - the config needs to be adjusted so that logging messages end up in /var/log.
* Misc small fixesKarl MacMillan2007-09-281-1/+1
| | | | | | | * Remove the rpmbuild tree with the dist-clean target. * Move ipa-server-setupssl from /usr/sbin to /usr/share/ipa * Check in requirement change for generated freeipa-python.spec * Fix interactive hostname in ipa-server-install.
* Adds methods to manipulate groups by dns.Kevin McCarthy2007-09-262-43/+113
| | | | | Renamed some of the user_group parameters to be self-evident. Binary wrapping isn't necessary on strings, so removed from xmlrpc calls.
* Adds manager and direct reports to usershow page.Kevin McCarthy2007-09-252-0/+26
| | | | Fixes a bug with the group by member where is wasn't trapping not found errors.
* Show the list of groups a user belongs to.Kevin McCarthy2007-09-252-0/+26
|
* Give ipa-adduser, ipa-addgroup and ipa-usermod an interactive modercritten@redhat.com2007-09-213-1/+170
| | | | | | | Add ipa-passwd tool Add simple field validation package This patch adds a package requirement, python-krbV. This is needed to determine the current user based on their kerberos ticket.
* Merge conflicts between rob and kevin patchesSimo Sorce2007-09-202-10/+21
|\
| * Implement asynchronous search for groups.Kevin McCarthy2007-09-192-6/+7
| | | | | | | | Use the filter generation code to search on multiple fields.
| * Add client-side search limit parameter for user search.Kevin McCarthy2007-09-182-4/+4
| | | | | | | | | | Limit editgroup user ajax search. Minor UI cleanup for editgroup.