Bug 435134 - ipa-modgroup should allow groups to be added as a group member
Summary: ipa-modgroup should allow groups to be added as a group member
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: freeIPA
Classification: Retired
Component: ipa-admintools
Version: 1.0
Hardware: All
OS: Linux
high
low
Target Milestone: ---
Assignee: Rob Crittenden
QA Contact: Chandrasekar Kannan
URL:
Whiteboard:
Depends On:
Blocks: freeipa10 429034
TreeView+ depends on / blocked
 
Reported: 2008-02-27 16:16 UTC by Rob Crittenden
Modified: 2015-01-04 23:30 UTC (History)
1 user (show)

Fixed In Version: freeipa-2.0.0-1.fc15
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)
allow groups to be added as a group member (4.28 KB, patch)
2008-02-28 16:33 UTC, Rob Crittenden
no flags Details | Diff

Description Rob Crittenden 2008-02-27 16:16:14 UTC
You can add a group to a group in the UI but not with ipa-groupmod.

The command-line needs to be functionally equivalent.

Comment 1 Rob Crittenden 2008-02-28 16:33:24 UTC
Created attachment 296233 [details]
allow groups to be added as a group member

Comment 2 Rob Crittenden 2008-03-19 15:35:05 UTC
Committed in changeset 709

Comment 3 Chandrasekar Kannan 2008-04-08 00:37:49 UTC
works in cmd line as well.

[root@ipaqa01 ~]# ipa-modgroup -g "small group" "big group"
small group successfully added to big group
[root@ipaqa01 ~]# ipa-findgroup "big group"
5 entries were found. Which one would you like to display?
1: admins
2: ipausers
3: group1
4: big group
5: small group
Choose one: (1 - 5), 0 for all, q to quit: 4
dn: cn=big group,cn=groups,cn=accounts,dc=dsqa,dc=sjc2,dc=redhat,dc=com
GID: 1104
Full Name: big group
Description: big group
Members:
    small group: cn=small
group,cn=groups,cn=accounts,dc=dsqa,dc=sjc2,dc=redhat,dc=com

[root@ipaqa01 ~]# 

build - ipa-server-0.99-23.767.20080402.el5ipa

marking bug verified.


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