Hi all, Could anyone please let me know where I did the mistake in configuring t

Hi all, Could anyone please let me know where I did the mistake in configuring the ldap?
Let us suppose that there is an ldap server at port 389 like this : LDAP://appianldap:389/DC=sampleDC,DC=com.
Assume that there is a user by name "User1" with password as "User@123" in ldap directory. Here User1 have all privileges. Is this configuration fine or do I need to do anything apart from this?
<bean id="contextSource" class="org.springframework.security.ldap.DefaultSpringSecurityContextSource">
<property name="userDn" value="cn=User1,dc=sampleDC,dc=com"/>
<property name="password" value="User@123"/>
</bean>

In documentation it is mentioned that we need to provide "manager DN" credentials here. What do manager DN mean?
Also could anyone please let me know what is the role played by "userSearch" bean? Even I am seeing an error numbered 712 in the console relating to the spring framework. Could anyone let me know the reason for this?...

OriginalPostID-73347

OriginalPostID-73347

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data