Bug 788654 - Automember not automatically deleted
Summary: Automember not automatically deleted
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: ipa
Version: 7.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Martin Kosek
QA Contact: IDM QE LIST
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-02-08 17:40 UTC by Dmitri Pal
Modified: 2016-01-29 12:50 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-01-29 12:50:32 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Dmitri Pal 2012-02-08 17:40:10 UTC
This bug is created as a clone of upstream ticket:
https://fedorahosted.org/freeipa/ticket/2336

When deleting a group/hostgroup, the corresponding automember rule should be deleted automatically. Currently that's not the case. See the following example:

Add a group:
{{{
# ipa group-add --desc="Developers" devel
-------------------
Added group "devel"
-------------------
  Group name: devel
  Description: Developers
  GID: 347000011
}}}

Add an automember rule for the group:
{{{
# ipa automember-add --type=group devel
-----------------------------
Added automember rule "devel"
-----------------------------
  Automember Rule: devel
}}}

Delete the group:
{{{
# ipa group-del devel
---------------------
Deleted group "devel"
---------------------
}}}

The automember rule for the group still exists:
{{{
# ipa automember-find --type=group
---------------
1 rules matched
---------------
  Automember Rule: devel
----------------------------
Number of entries returned 1
----------------------------
}}}

Comment 2 Martin Kosek 2016-01-29 12:50:32 UTC
Thank you taking your time and submitting this request for Red Hat Enterprise Linux. Unfortunately, this bug was not given a priority and was deferred both in the upstream project and in Red Hat Enterprise Linux.

Given that we are unable to fulfill this request in following Red Hat Enterprise Linux releases, I am closing the Bugzilla as WONTFIX. To request that Red Hat re-considers the decision, please re-open the Bugzilla via appropriate support channels and provide additional business and/or technical details about its importance to you.

Note that you can still track this request or even contribute patches in the referred upstream Trac ticket.


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