Bug 1036100

Summary: LDAP attributes search-dn and search-credentials are not mandatory
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Josef Cacek <jcacek>
Component: DocumentationAssignee: Misha H. Ali <mhusnain>
Status: CLOSED CURRENTRELEASE QA Contact: Russell Dickenson <rdickens>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.2.0CC: olukas
Target Milestone: GAKeywords: Documentation, EasyFix, Triaged
Target Release: EAP 6.3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Build Name: 14876, Security Guide-6.2-1 Build Date: 28-11-2013 11:27:34 Topic ID: 8429-555586 [Latest]
Last Closed: 2014-08-06 14:40:37 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:
Bug Depends On:    
Bug Blocks: 1035353    

Description Josef Cacek 2013-11-29 12:48:55 UTC
"Table 9.1. Attributes of an LDAP Outbound Connection" marks LDAP attributes "search-dn" and "search-credentials" as Required, but they are not.

[standalone@localhost:9999 /] /core-service=management/ldap-connection=test-ldap:add(url="ldap://localhost/")
{"outcome" => "success"}
[standalone@localhost:9999 /] /core-service=management/ldap-connection=test-ldap:read-resource-description() 
{ ...
        "attributes" => {
            "search-dn" => { ...
                "nillable" => true,
                ...
            },
            "search-credential" => { ...
                "nillable" => true,
                ...
            },
...
}

Comment 2 Scott Mumford 2014-02-26 05:14:05 UTC
Moving to ON_QA.

The changes should be available for review on the documentation stage within an hour or so from this comment.

http://documentation-devel.engineering.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/

Comment 3 Scott Mumford 2014-02-26 05:15:55 UTC
Moving to ON_QA.

The changes should be available for review on the documentation stage within an hour or so from this comment.

http://documentation-devel.engineering.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/

Comment 4 Ondrej Lukas 2014-02-27 06:20:30 UTC
Verified on stage.