I don't have an AD to test but an other LDAP and Continuum works correctly.
It isn't Redback that doean't like it but javax.naming API. For the moment, I can't see a reason of this error. Emmanuel On Mon, Jul 21, 2008 at 2:05 PM, Lichtsteiner Patric lip <[EMAIL PROTECTED]> wrote: > Hi all > > I'm trying to configure LDAP authentication against an Active Directory > using LDAP. I followed the doc at > http://continuum.apache.org/docs/1.1/administrator_guides/security/ldap. > html<http://continuum.apache.org/docs/1.1/administrator_guides/security/ldap.html>. > As "bindDn" I used a login name like "[EMAIL PROTECTED]" (or > domain\user). Unfortunately Plexus does not like my bindDn and says: > <snip> > Caused by: javax.naming.InvalidNameException: Invalid name: > [EMAIL PROTECTED] > at > javax.naming.ldap.Rfc2253Parser.doParse(Rfc2253Parser.java:86) > at > javax.naming.ldap.Rfc2253Parser.parseDn(Rfc2253Parser.java:45) > at javax.naming.ldap.LdapName.parse(LdapName.java:772) > at javax.naming.ldap.LdapName.<init>(LdapName.java:108) > at > org.codehaus.plexus.redback.common.ldap.connection.LdapConnectionConfigu > ration.setBindDn(LdapConnectionConfiguration.java:219) > at > org.codehaus.plexus.redback.common.ldap.connection.ConfigurableLdapConne > ctionFactory.initialize(ConfigurableLdapConnectionFactory.java:105) > ... 140 more > </snip> > > Has anybody experiences configuring Continuum to authenticate against an > AD? > > Thanks > Patric > >
