summaryrefslogtreecommitdiffstats
path: root/ipa-admintools/ipa-findgroup
Commit message (Expand)AuthorAgeFilesLines
* Rework config.py and change cli tools. Maintain order of IPA servers from com...Martin Nagy2008-09-111-16/+10
* Actually pass along the verbose option to IPAClient.Rob Crittenden2008-05-291-1/+1
* Catch name resolution errors coming from the socket module.Rob Crittenden2008-05-131-0/+4
* Add --verbose option so the HTTP headers and XML request/response can be seen.Rob Crittenden2008-04-251-13/+23
* When getting members let user indicate what type of member they want.Rob Crittenden2008-03-271-1/+1
* Don't define bogus realm/server in configuration file by defaultRob Crittenden2008-03-171-0/+3
* - Centralize try/except so the entire program is covered. This make itRob Crittenden2008-02-271-88/+92
* Handle input range properly and catch KeyboardInterrupt and exit gracefullyRob Crittenden2008-02-201-1/+4
* Add --usage as a command-line option.Rob Crittenden2008-02-011-0/+2
* Handle the --usage option by actually displaying the usageRob Crittenden2008-01-311-2/+2
* Add simple UI for command-line programs to be able to select whenRob Crittenden2007-12-101-0/+10
* 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-3/+18
* If unable to connect to the XML-RPC server print a more useful error msg.Rob Crittenden2007-11-151-1/+5
* Use proper method of retrieving attributesRob Crittenden2007-11-011-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-1/+15
* 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
* Do group operations based on the group DN, not the CNrcritten@redhat.com2007-10-021-1/+1
* Add a missing exception catcherrcritten@redhat.com2007-09-241-0/+3
* Implement asynchronous search for groups.Kevin McCarthy2007-09-191-1/+3
* Initial support for Groupsrcritten@redhat.com2007-08-241-0/+85