Results 1 to 2 of 2

Thread: LDAP - DataSource Equivalent

  1. #1
    Join Date
    Jun 2005
    Location
    Athens, Greece
    Posts
    57

    Default LDAP - DataSource Equivalent

    I want to use an LdapDao that runs within web application deployed on a clustered environment.

    My problem is that I don't want to deploy the credentials of the LDAP server using properties files.

    Is there an equivalent of jdbc DataSource? That is a ldap connection factory that can be looked up from jndi.

  2. #2
    Join Date
    Mar 2005
    Location
    Landskrona, Sweden
    Posts
    505

    Default

    The equivalent would be ContextSource, and that is what you would store in jndi. Maybe this thread will be helpful to you?
    Mattias Arthursson
    Jayway AB (www.jayway.se)
    Spring-LDAP project member

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •