This content has been marked as final.
Show 1 reply
-
1. Re: Can JDBC-LDAP bridge driver be added as datasource?
ken.kin Oct 5, 2014 10:52 AM (in response to slimbim)Yes, it looks like the following in your springframework context:
<bean id="ldapDataSource" class="org.springframework.jdbc.datasource.SingleConnectionDataSource" destroy-method="destroy"> <property name="driverClassName" value="com.octetstring.jdbcLdap.sql.JdbcLdapDriver" /> <property name="url" value="jdbc:ldap://host.yourdomain.com" /> <property name="username" value="username" /> <property name="password" value="password" /> </bean>