summaryrefslogtreecommitdiffstats
path: root/ipa-admintools
Commit message (Collapse)AuthorAgeFilesLines
* Give ipa-adduser, ipa-addgroup and ipa-usermod an interactive modercritten@redhat.com2007-09-215-33/+428
| | | | | | | 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.
* Add a missing exception catcherrcritten@redhat.com2007-09-244-0/+12
|
* Merge conflicts between rob and kevin patchesSimo Sorce2007-09-201-1/+3
|\
| * Implement asynchronous search for groups.Kevin McCarthy2007-09-191-1/+3
| | | | | | | | Use the filter generation code to search on multiple fields.
* | Add function to allow user's to set/reset their kerberos passwordrcritten@redhat.com2007-09-111-1/+12
|/ | | | Remove some unused calls to retrieve the current realm
* In the TCP case there is an extra (redundant) lenghtSimo Sorce2007-09-121-2/+2
| | | | field before the packet data, address the problem.
* Reset version numbers for next milestone.Karl MacMillan2007-09-101-1/+1
|
* Update version numbers for release.milestone_3Karl MacMillan2007-09-101-1/+1
|
* Add group command-line tools to the Makefilercritten@redhat.com2007-09-071-0/+4
| | | | Updated installation instructions
* Enable LDAP SASL authentication using a forwarded kerberos ticketrcritten@redhat.com2007-09-052-1/+9
| | | | | | Handle both SASL auth and proxied authentication Refactor LDAP connection code to be simpler Other small bug fixes
* Add 'test' target to makefiles. Hook up ipautil tests to run.Kevin McCarthy2007-09-041-0/+2
|
* Implement delete users and groupsrcritten@redhat.com2007-08-283-3/+71
| | | | | | Implement adding a group to a group Some other small fixups Add new cmd-line tool ipa-delgroup
* Initial support for Groupsrcritten@redhat.com2007-08-245-1/+275
| | | | | | | | | Create separate object for Users and Groups (using same base class) Check for uniqueness before adding new users and groups Remove user_container from everything but add operations Abstract out a number of functions that are common across users and groups Make sure all strings passed in to be in a filter are checked Add new error message: No modifications specified
* Handle optional arguments by using the value __NONE__ over XML-RPC.rcritten@redhat.com2007-08-233-3/+11
| | | | | | | | | | | | | | | | | rpcclient.py must call XML-RPC functions with all arguments. Removed encode_args and decode_args. They were the source of most of the argument pain. Now opts is alwyas appended to the end of the arguments so MUST be the last argument in any server-side function (can be None) Allow the User object to handle unicode data Small fixes to command-line tools to be friendlier Broke out get_user() into get_user_by_dn() and get_user_by_uid() Need to request more than just 'nsAccountLock' attribute when trying to see if a user is already marked deleted. If it is blank the record coming back is empty. Add 'uid' to the list to guarantee something coming back (dn is handled specially) Added user_container attribute to get_user_* and add_user so the caller can specify where in the tree the user will be searched for/added. Added global default value for user_container
* Convert add_user to take a user instead of a dict.Kevin McCarthy2007-08-201-8/+9
|
* Embed origiginal values inside user, and have update_user pass in a userKevin McCarthy2007-08-201-9/+5
| | | | | object. Based on rcrit's original patch. Push scalar to list value conversion inside funcs.py.
* Manual merge changes in for the cidict/ipaclient add_user()Kevin McCarthy2007-08-171-1/+2
|
* Merge simple fix from Rob Crittenden.milestone_2Karl MacMillan2007-08-171-1/+1
|
* Pass string changes as a list so modifyModList works properlyrcritten@redhat.com2007-08-171-3/+3
|
* Updated freeipa-admintool spec file to include additional tools.Karl MacMillan2007-08-172-8/+10
| | | | Updated freeipa-python to depend on PyKerberos package.
* Implement user inactivationrcritten@redhat.com2007-08-175-0/+77
| | | | | Comment some functions Add attribute argument to get_user()
* Ensure that the Apache server is in forked modercritten@redhat.com2007-08-141-0/+82
| | | | | Add ability to update existing users Try to prevent fetching and setting empty strings
* Basic LDAP connection poolingrcritten@redhat.com2007-08-131-11/+14
| | | | Implement user search
* Various build system fixes.Karl MacMillan2007-08-102-2/+2
|
* - Abstracted client class to work directly or over RPCrcritten@redhat.com2007-08-064-19/+45
| | | | | | | | | | | - Add mod_auth_kerb and cyrus-sasl-gssapi to Requires - Remove references to admin server in ipa-server-setupssl - Generate a client certificate for the XML-RPC server to connect to LDAP with - Create a keytab for Apache - Create an ldif with a test user - Provide a certmap.conf for doing SSL client authentication - Update tools to use kerberos - Add User class
* Rename 'gn' to 'givenName'kmccarth@redhat.com2007-08-021-1/+1
|
* Add local-dist target.Karl MacMillan2007-08-012-8/+15
| | | | Remove hard-coded config.
* Minor fix to adduser.Karl MacMillan2007-07-311-1/+0
| | | | Make ipa-server-install restart htppd
* Added spec files for python and admintools.Karl MacMillan2007-07-312-0/+84
|
* Fixed broken patches and server spec.Karl MacMillan2007-07-312-9/+12
|
* Final reorginzation to reflect packaging.Karl MacMillan2007-07-314-13/+5
|
* Second (final) part of xmlrpc patch.Karl MacMillan2007-07-304-2/+153
|
* More reorgnization.Karl MacMillan2007-07-271-0/+5
|
* Reorganized repo to reflect packaging.Karl MacMillan2007-07-271-0/+0