Bug 832205

Summary: Typo in Example Example 9.11. XML Representing an LDAP-enabled Security Realm from EAP6 Administration and Configuration Guide
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Jesse Sightler <jsightle>
Component: DocumentationAssignee: Misty Stanley-Jones <misty>
Status: CLOSED CURRENTRELEASE QA Contact: ecs-bugs
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.0CC: jskeoch, lcarlon
Target Milestone: ---   
Target Release: EAP 6.0.1   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Instance Name: Not Defined Build: CSProcessor Builder Version 1.4 Build Filter: null Build Name: Build Date: 12-06-2012 19:15:42
Last Closed: 2013-03-21 01:56:51 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:
Embargoed:

Description Jesse Sightler 2012-06-14 20:50:58 UTC
Description of problem:

<security-realm name="TestRealm">
   <authentication>
      <ldap connection="ldap_connection" base-dn="cn=users,dc=acme,dc=com">
         <username-filter-attribute="sambaAccountName" />
      </ldap>
  </authentication>
</security-realm>

Should be replaced by:

<security-realm name="TestRealm">
   <authentication>
      <ldap connection="ldap_connection" base-dn="cn=users,dc=acme,dc=com">
         <username-filter attribute="sambaAccountName" />
      </ldap>
  </authentication>
</security-realm>

There is an extra dash between "filter" and "attribute" in the current situation.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Misty Stanley-Jones 2012-06-20 02:52:44 UTC
Fixed the typo.