Bug 528207 - ipa group-find no longer returns a list of the members in the group.
Summary: ipa group-find no longer returns a list of the members in the group.
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: freeIPA
Classification: Retired
Component: ipa-admintools
Version: unspecified
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Rob Crittenden
QA Contact: Chandrasekar Kannan
URL:
Whiteboard:
Depends On:
Blocks: 431020
TreeView+ depends on / blocked
 
Reported: 2009-10-09 18:33 UTC by Michael Gregg
Modified: 2015-01-04 23:40 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-03-28 09:33:56 UTC
Embargoed:


Attachments (Terms of Use)

Description Michael Gregg 2009-10-09 18:33:35 UTC
Description of problem:
Running ipa group-find does not return a list of the members in that group if you do not specify --all as a option when finding the group.

Version-Release number of selected component (if applicable):
ipa-server-2.0-5.20091009.el5ipa

How reproducible:
always

Steps to Reproduce:
1. add usera
2. add groupa
3. ipa group-add-member --users=usera groupa
4. ipa group-find groupa
  
Actual results:
-----------
group-find:
-----------
Group: groupa
  name: groupa
  description: desc

Expected results:
-----------
group-find:
-----------
Group: groupa
  name: groupa
  description: desc
  member users: usera

Additional info:
This used to work. After a short discussion with rcrit, it was decided that this is probably a bug.
 
If the output of group-find is going to change behaviour to it's current behaviour, please note this here.

Comment 1 Rob Crittenden 2009-10-23 13:29:42 UTC
master: 6b38de9454729743c338f2ce8bea60665fc458ca


Note You need to log in before you can comment on or make changes to this bug.