summaryrefslogtreecommitdiffstats
path: root/ipa-admintools/ipa-finduser
Commit message (Collapse)AuthorAgeFilesLines
* Catch name resolution errors coming from the socket module.Rob Crittenden2008-05-131-0/+4
| | | | 442650
* Add --verbose option so the HTTP headers and XML request/response can be seen.Rob Crittenden2008-04-251-15/+26
| | | | | | | Also re-do the way modules are imported. I was attemping to have ^C handled gracefully but the way I did it could mask other problems. 443987
* Don't define bogus realm/server in configuration file by defaultRob Crittenden2008-03-171-0/+3
| | | | | | | Add default exception handler to avoid backtraces in cmdline tools Enhance error message when the IPA server or realm can't be found 437565
* - Centralize try/except so the entire program is covered. This make itRob Crittenden2008-02-271-79/+82
| | | | | | | possible to catch KeyboardInterrupt during the import process. - Add function for handling python differences with GSSError 434798
* Handle input range properly and catch KeyboardInterrupt and exit gracefullyRob Crittenden2008-02-201-3/+5
| | | | 433496
* Handle the --usage option by actually displaying the usageRob Crittenden2008-01-311-2/+2
| | | | | | Fix some missing options in --usage Remove a few debugging statements Resolves 430704
* Fix help text of -a argumentRob Crittenden2008-01-111-1/+1
|
* Add simple UI for command-line programs to be able to select whenRob Crittenden2007-12-101-0/+11
| | | | multiple entries are returned.
* Fix spellingRob Crittenden2007-12-101-1/+1
|
* Notify the user when the search results have been truncatedRob Crittenden2007-12-051-0/+3
|
* Use same labels as UI for ipa-finduser and ipa-findgroupRob Crittenden2007-11-151-2/+11
| | | | Add -a option to ipa-findgroup to print all attributes
* If unable to connect to the XML-RPC server print a more useful error msg.Rob Crittenden2007-11-151-1/+5
|
* Actually return a value to the shellRob Crittenden2007-10-191-1/+2
|
* Add unique exit status to the ipa-find* tools when nothing is foundRob Crittenden2007-10-161-1/+1
|
* Add option -a to print all attributesRob Crittenden2007-10-111-5/+38
| | | | | Make sure we don't print out binary data Remvoe any trailing white space when printing to avoid extra newlines
* Add a missing exception catcherrcritten@redhat.com2007-09-241-0/+3
|
* Enable LDAP SASL authentication using a forwarded kerberos ticketrcritten@redhat.com2007-09-051-1/+3
| | | | | | Handle both SASL auth and proxied authentication Refactor LDAP connection code to be simpler Other small bug fixes
* Handle optional arguments by using the value __NONE__ over XML-RPC.rcritten@redhat.com2007-08-231-0/+5
| | | | | | | | | | | | | | | | | 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
* Implement user inactivationrcritten@redhat.com2007-08-171-0/+3
| | | | | Comment some functions Add attribute argument to get_user()
* Basic LDAP connection poolingrcritten@redhat.com2007-08-131-11/+14
| | | | Implement user search
* - Abstracted client class to work directly or over RPCrcritten@redhat.com2007-08-061-10/+20
| | | | | | | | | | | - 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
* Add local-dist target.Karl MacMillan2007-08-011-4/+8
| | | | Remove hard-coded config.
* Fixed broken patches and server spec.Karl MacMillan2007-07-311-6/+8
|
* Final reorginzation to reflect packaging.Karl MacMillan2007-07-311-0/+58