dulieu
Sep 26th, 2007, 01:17 AM
Hi,
I'm try to get the example application working just to check that my LDAP configuration is correct, but am getting the folllowing error, does anybody know how to get around this
the error is org.springframework.ldap.AuthenticationNotSupporte dException:
my connection details are
<bean id="contextSource"
class="org.springframework.ldap.core.support.LdapContextS ource">
<property name="url" value="ldap://utcs111d12:389" />
<property name="base" value="ou=Rabodeveu" />
<property name="userName" value="uid=utc.systemx,ou=Rabodeveu" />
<property name="password" value="mypass" />
</bean>
Thanks
Paul
I'm try to get the example application working just to check that my LDAP configuration is correct, but am getting the folllowing error, does anybody know how to get around this
the error is org.springframework.ldap.AuthenticationNotSupporte dException:
my connection details are
<bean id="contextSource"
class="org.springframework.ldap.core.support.LdapContextS ource">
<property name="url" value="ldap://utcs111d12:389" />
<property name="base" value="ou=Rabodeveu" />
<property name="userName" value="uid=utc.systemx,ou=Rabodeveu" />
<property name="password" value="mypass" />
</bean>
Thanks
Paul