Rob Godfrey created QPID-4010:
---------------------------------

             Summary: [Java Broker] Add LDAP authentication support to the Java 
Broker
                 Key: QPID-4010
                 URL: https://issues.apache.org/jira/browse/QPID-4010
             Project: Qpid
          Issue Type: Improvement
          Components: Java Broker
            Reporter: Rob Godfrey
            Assignee: Rob Godfrey
            Priority: Minor
             Fix For: 0.17


Add support for LDAP based authentication rather than password based.

Initial efforts to simply support search for the dn based on the passed 
username, followed by "simple" authentication of that dn using the password 
supplied.

Given the fact that the password must be sent in the clear over the client <-> 
qpid broker connection for this to work, this authentication method should ONLY 
be used on SSL secured connections.

For LDAP servers that support SASL authentication we might in future be able to 
proxy the SASL exchange through the AMQP sasl mechanism.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to