I am using the Context mapper to get the list of Attributes from LDAP
Following is the code
private class PersonContextMapper extends AbstractContextMapper {
public Object...
Type: Posts; User: Evergreen; Keyword(s):
I am using the Context mapper to get the list of Attributes from LDAP
Following is the code
private class PersonContextMapper extends AbstractContextMapper {
public Object...
Thanks for the replies.
It worked for me
Datasource in spring configuration was done as follows
<bean id="dataSourceLP4" class="org.apache.commons.dbcp.BasicDataSource" destroy-method="close">...
Hi,
I am using the Tomcat server.I am configuring the spring datasource beans in the applicationContext.xml which I have given in my previous post.
I have injected the bean LP4DatabaseDaoImpl...
Hi,
I am trying to use the SimpleJdbcTemplate of Spring JNDI to establish the database connections. THe Spring configuration files are as follows
I am instantiating the bean in the class as...
Hi,
I need to fetch multiple records from a tree in LDAP,
Which is the best method to do so?
I read about the Paged Serach Control , but is there is easier way to do it using the...
Hi Ulsa,
I dint mean multiple attributes.
I meant how to insert multiple entries for a tree.
For example I need to insert uid="john" uid="smith" uid="jane" and henceforth for a tree .
That...
Hi
I need to insert multiple entries into the LDAP for a dn.
Is it possible to do so using the spring-ldap-1.3.0?
I find the bind method where single entry can be made.
Please help
Thank you very much for your suggestion.
It worked.
Hi,
I am using spring-ldap-1.3.0.
I am trying to find entries in an OpenDS ldap server.
I referred the following method from Spring ldap api
public List search(Name base,
...