I could achieve authentication using LDAP for HTTP request

Here is the cofiguration:
<http:endpoint service="test:servicehttp"
                 endpoint="consumerhttp"
                 role="consumer" 
                 locationURI="http://localhost:8889";
                 defaultMep="http://www.w3.org/2004/08/wsdl/in-out";
                 soap="true"
                                 targetService="test:MyS1PojoService"
                                 targetEndpoint="myS1PojoSu" 
                authMethod="BASIC">                             
</http:endpoint>  

servicemix-domain {
        sample.module.LdapLoginModule REQUIRED
             userProvider="ldap://ip:port/ou=Users,dc=site";
             userFilter="(&(uid={USERNAME})(objectClass=inetOrgPerson))"
             useSSL=false
             debug=true;
);
-- 
View this message in context: 
http://www.nabble.com/ServiceMix-LDAP-Support-tp16701684p17186282.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to