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. 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
