Bug 1252397 - [QE] Remove needless technical details from LdapExtended login module
Summary: [QE] Remove needless technical details from LdapExtended login module
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Documentation
Version: 6.4.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: post-GA
: ---
Assignee: Zach Rhoads
QA Contact: Ondrej Lukas
URL: https://access.stage.redhat.com/docum...
Whiteboard:
Depends On:
Blocks: 1233012
TreeView+ depends on / blocked
 
Reported: 2015-08-11 10:24 UTC by Ondrej Lukas
Modified: 2015-10-20 12:48 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-10-20 12:48:18 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Ondrej Lukas 2015-08-11 10:24:16 UTC
Book: Login Module Reference
Revision: n_1575841_login-module-reference_version_6.4_edition_1.0_release_0-revision_6701191
Section: LOGIN MODULES WITH EXTERNAL IDENTITY STORE

Issue description:
The authentication step 2 contains needless technical details in section about LdapExtended login module: 
"The resulting user DN is authenticated by binding to the LDAP server using the user DN as the InitialLdapContext environment Context.SECURITY_PRINCIPAL. The Context.SECURITY_CREDENTIALS property is set to the String password obtained by the callback handler."

The LDAP bind mechanism behind the step 2 is the same as for the step 1, only the usename and password come from different source.

This should be rewritten to simpler readable form. Just mention that authentication happens via resulting user DN and String password obtained by the callback handler.

Suggestions for improvement:
Replace the step 2. with something like:
"The resulting user DN is authenticated by binding to the LDAP server using the user DN as a principal name and the password obtainded by the callback handler as the principal's credentials."

Comment 3 Ondrej Lukas 2015-08-21 07:56:16 UTC
Verified in revision "n_1601531_login-module-reference_version_6.4_edition_1.0_release_0-revision_6805721" of https://access.stage.redhat.com/documentation/en/red-hat-jboss-enterprise-application-platform/version-6.4/login-module-reference


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