Bug 1036100 - LDAP attributes search-dn and search-credentials are not mandatory
Summary: LDAP attributes search-dn and search-credentials are not mandatory
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Documentation
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: GA
: EAP 6.3.0
Assignee: Misha H. Ali
QA Contact: Russell Dickenson
URL:
Whiteboard:
Depends On:
Blocks: 1035353
TreeView+ depends on / blocked
 
Reported: 2013-11-29 12:48 UTC by Josef Cacek
Modified: 2014-08-14 15:26 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
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


Attachments (Terms of Use)

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.


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