Bug 1027301

Summary: A few typos in Security domain validation error messages
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Petr Kremensky <pkremens>
Component: InstallerAssignee: Francisco Canas <fcanas>
Status: CLOSED CURRENTRELEASE QA Contact: Petr Kremensky <pkremens>
Severity: low Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.2.0CC: fcanas, thauser
Target Milestone: CR1   
Target Release: EAP 6.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-15 16:22:57 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Petr Kremensky 2013-11-06 13:59:48 UTC
Description of problem:
 There are some (5) typos in validation error messages during creating a new security domain via installer.

Version-Release number of selected component (if applicable):
 EAP 6.2.0.ER7

Actual results:
<str id="securitydomain.authopts.error" txt="The AUTHENTICAION option entry must have the format name=value and contain no spaces, additional options should be SEPERATED by commas (name1=val1,name2=val2)."/>
<str id="securitydomain.authoropts.error" txt="The authorization options entry must have the format name=value and contain no spaces, ADDTIONAL options should be SEPERATED by commas (name1=val1,name2=val2)."/>
<str id="securitydomain.mappingopts.error" txt="The mapping option entry must have the format name=value and contain no spaces, additional options should be SEPERATED by commas (name1=val1,name2=val2)."/>

Expected results:
<str id="securitydomain.authopts.error" txt="The authentication option entry must have the format name=value and contain no spaces, additional options should be separated by commas (name1=val1,name2=val2)."/>
<str id="securitydomain.authoropts.error" txt="The authorization options entry must have the format name=value and contain no spaces, additional options should be separated by commas (name1=val1,name2=val2)."/>
<str id="securitydomain.mappingopts.error" txt="The mapping option entry must have the format name=value and contain no spaces, additional options should be separated by commas (name1=val1,name2=val2)."/>

Comment 2 Petr Kremensky 2013-11-14 15:47:33 UTC
Verified on EAP 6.2.0.CR1 installer.