Jump to content

authentication with LDAP


sbenbli

Recommended Posts

plz help me to activate this connection, how to make to connect with LDAP

 

 

 

<bean id="initialDirContextFactory" class="org.acegisecurity.ldap.DefaultInitialDirContextFactory">

<constructor-arg value="ldap://192.168.0.40:389/DC=sartex,DC=com,DC=tn"/>

 

 

<property name="managerDn"><value>CN=Saleh Benbli,OU=Informatique,DC=sartex,DC=com,DC=tn</value></property>

<property name="managerPassword"><value>mypass</value></property>

 

 

</bean>

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...