Bug 1370474 - Incorrect example of agent configuration for authentication
Summary: Incorrect example of agent configuration for authentication
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Operations Network
Classification: JBoss
Component: Documentation
Version: JON 3.3.6
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: GA
: ---
Assignee: Scott Mumford
QA Contact: Filip Brychta
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-08-26 12:53 UTC by Filip Brychta
Modified: 2016-09-05 04:15 UTC (History)
0 users

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-09-05 04:15:32 UTC
Type: Bug


Attachments (Terms of Use)

Description Filip Brychta 2016-08-26 12:53:29 UTC
Document URL: 
https://access.redhat.com/documentation/en-US/Red_Hat_JBoss_Operations_Network/3.3/html/Admin_and_Config/JBoss_ON_and_SSL-Authentication.html
Section Number and Name: 
Step 10. - In the agent configuration file...

Describe the issue: 
In given example following values are incorrect:
- <entry key="rhq.communications.connector.security.client-auth-mode"       value="none" />
which should be:
<entry key="rhq.communications.connector.security.client-auth-mode"       value="need" />
- <entry key="rhq.agent.client.security.server-auth-mode-enabled" value="false" />
which should be:
<entry key="rhq.agent.client.security.server-auth-mode-enabled" value="true" />


Additional information:


Note You need to log in before you can comment on or make changes to this bug.