A question for you.  How did you deploy the ldapLoginModule?  Did you create
a jsr181-su and deploy it to servicemix.  

created a jar file and put it in SMX-HOME/lib

Also are you able to authenticate without having to manually type in a
username and password?  If so are you able to give an example of the client
code that does this?

browser asks me for username and password. The only code I wrote was
authMetod= BASIC in my http-su configuration

Any help would be greatly appreciated.

Cheers,





pratibhaG wrote:
> 
> 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-tp16701684p17268009.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to