Bug 501377
| Summary: | ipa hostgroup-add-member return code 0 trying to add self as a member | ||
|---|---|---|---|
| Product: | [Retired] freeIPA | Reporter: | Jenny Severance <jgalipea> |
| Component: | ipa-admintools | Assignee: | Rob Crittenden <rcritten> |
| Status: | CLOSED ERRATA | QA Contact: | Chandrasekar Kannan <ckannan> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 2.0 | CC: | benl, dpal, jgalipea |
| Target Milestone: | v2 release | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | freeipa-2.0.0-1.fc15 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-03-27 07:16:44 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 431020 | ||
verified # rpm -qi ipa-server | head Name : ipa-server Relocations: (not relocatable) Version : 2.0.0 Vendor: Red Hat, Inc. Release : 23.el6 Build Date: Wed 20 Apr 2011 09:57:13 AM EDT Install Date: Thu 19 May 2011 12:47:52 PM EDT Build Host: x86-003.build.bos.redhat.com Group : System Environment/Base Source RPM: ipa-2.0.0-23.el6.src.rpm Size : 2565882 License: GPLv3+ Signature : RSA/8, Thu 21 Apr 2011 03:48:25 PM EDT, Key ID 199e2f91fd431d51 Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> URL : http://www.freeipa.org/ Summary : The IPA authentication server # ipa hostgroup-add-member --hostgroups="group1" group1 Host-group: group1 Description: test Failed members: hostgroup: group1: A group may not be added as a member of itself ------------------------- Number of members added 0 ------------------------- [root@dhcp-100-19-202 data]# echo $? 1 automated regression test added |
Description of problem: ipa hostgroup-add-member returns 0 , when attempting to add self as a member. [root@jennyv2 ~]# ipa hostgroup-add-member --hostgroups="child" child These entries failed to add to the group: 'cn=child,cn=hostgroups,cn=accounts,dc=bos,dc=redhat,dc=com' [root@ Version-Release number of selected component (if applicable): 2.0 How reproducible: always Steps to Reproduce: 1. ipa hostgroup-add --description="blah blah" group1 2. ipa hostgroup-add-member --hostgroups="group1" group1 3. Actual results: Vague message returned and return code is 0 Expected results: Better message returned and return code of non-zero Additional info: