ServiceMix uses JAAS for authentication, so if you configure a login module that delegates to LDAP instead of the default that uses proeprties file, you should be able to do that. ServiceMix does not provide any LDAP login module, but you may be able to reuse the one from Geronimo for example:
http://svn.apache.org/viewvc/geronimo/server/branches/2.0/modules/geronimo-security/src/main/java/org/apache/geronimo/security/realm/providers/LDAPLoginModule.java?view=markup&pathrev=592348 The configuation goes into: conf/login.properties On Tue, Apr 15, 2008 at 2:57 PM, pratibha.ghogale <[EMAIL PROTECTED]> wrote: > > Hi, > I am using apache-servicemix-3.2.1 > Does this version supports LDAP authentication. If it does how to > configure > it? > > -Pratibha > -- > View this message in context: > http://www.nabble.com/ServiceMix-LDAP-Support-tp16700359p16700359.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
