Red Hat Bugzilla – Bug 1108236
Name is blank in error message for duplicate automember rule
Last modified: 2015-03-05 05:12:22 EST
This bug is created as a clone of upstream ticket: https://fedorahosted.org/freeipa/ticket/2708 {{{ $ ipa automember-add --type=group somegroup --------------------------------- Added automember rule "somegroup" --------------------------------- Automember Rule: somegroup $ ipa automember-add --type=group somegroup ipa: ERROR: auto_member_rule with name "" already exists }}} This is due to automember not having a primary key defined.
This request is already fixed in upstream FreeIPA project. Please refer to the linked ticket for additional details and related commits.
Verified on ipa-server-4.1.0-13.el7.x86_64: [root@hp-dl380pgen8-01 ~]# ipa group-add testgroup1 ------------------------ Added group "testgroup1" ------------------------ Group name: testgroup1 GID: 243200001 [root@hp-dl380pgen8-01 ~]# ipa automember-add --type=group testgroup1 ---------------------------------- Added automember rule "testgroup1" ---------------------------------- Automember Rule: testgroup1 [root@hp-dl380pgen8-01 ~]# ipa automember-add --type=group testgroup1 ipa: ERROR: Automember rule with name "testgroup1" already exists
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2015-0442.html