Bug 726751
| Summary: | [ipa webui] Hostgroups :: enroll :: Error 'cn' required when attempting to filter groups with hide already enrolled unchecked | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Jenny Severance <jgalipea> | ||||||
| Component: | ipa | Assignee: | Rob Crittenden <rcritten> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Chandrasekar Kannan <ckannan> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | high | ||||||||
| Version: | 6.1 | CC: | benl, dpal, edewata, nsoman, yzhang | ||||||
| Target Milestone: | rc | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | ipa-2.1.0-1.el6 | Doc Type: | Bug Fix | ||||||
| Doc Text: |
Do not document
|
Story Points: | --- | ||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2011-12-06 18:29:11 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: | |||||||||
| Attachments: |
|
||||||||
|
Description
Jenny Severance
2011-07-29 17:49:14 UTC
This might be the same with user groups, netgroups .. haven't tried yet. Created attachment 515918 [details]
screen host of error
And I would not have expected behind the error that 1dev would be returned ? if you then close the error and cancel out of the enroll popup. Click Enroll again - you get the enroll pop up with "Add Host Groups into Host Group Undefined" And all host groups are listed - including the host group I am editing. See attached. Created attachment 515919 [details]
2nd screen shot
confirmed that this behavior is with User Groups too. master: b36df6e9b9c1104d37fe14782a7e21e57097a7c0
Technical note added. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.
New Contents:
Cause: The error 'cn is required' would appear when attempting to filter with the Hide Already Enrolled checkbox in the Web UI. This affected all group enrollment screens.
Consequence: Clearing the error would drop the name of group you were managing, replacing it with the word undefined.
Fix: The group object is being passed internally instead of just the name of the group.
Result: Enrollment works as expected when checking Hide Already Enrolled.
In ipa-server-2.1.3-8.el6.x86_64, 'Hide already enrolled' button is not available. Verified. Rob, should the tech note be revised? The checkbox has been removed in bug #729665.
Technical note updated. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.
Diffed Contents:
@@ -1,4 +1 @@
-Cause: The error 'cn is required' would appear when attempting to filter with the Hide Already Enrolled checkbox in the Web UI. This affected all group enrollment screens.
+Do not document-Consequence: Clearing the error would drop the name of group you were managing, replacing it with the word undefined.
-Fix: The group object is being passed internally instead of just the name of the group.
-Result: Enrollment works as expected when checking Hide Already Enrolled.
technote - this will not be doc'd since the checkbox was removed. 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. http://rhn.redhat.com/errata/RHSA-2011-1533.html |