summaryrefslogtreecommitdiffstats
path: root/ipa-admintools/ipa-findgroup
Commit message (Collapse)AuthorAgeFilesLines
* Add simple UI for command-line programs to be able to select whenRob Crittenden2007-12-101-0/+10
| | | | 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-3/+18
| | | | 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
|
* 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
| | | | Make find-groups use memberOf to have a prettier dispaly of members
* 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 new class of errors for connections Raise an exception if a connection cannot be made due to missing ccache
* Add a missing exception catcherrcritten@redhat.com2007-09-241-0/+3
|
* Implement asynchronous search for groups.Kevin McCarthy2007-09-191-1/+3
| | | | Use the filter generation code to search on multiple fields.
* Initial support for Groupsrcritten@redhat.com2007-08-241-0/+85
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