Results 1 to 4 of 4

Thread: Spring3 + Spring-LDAP

  1. #1
    Join Date
    Aug 2008
    Posts
    4

    Default Spring3 + Spring-LDAP

    dear spring-users,

    i have a grails-1.1.1 application that uses
    spring-ldap to read data from a microsoft
    active-directory-server.

    i plan to upgrade this application to grails-1.2.0.

    now - as grails-1.2.0 uses spring3, my question is:
    is it possible and save to run spring-ldap (latest released
    version) on base of spring 3 ?

    thank you and have a nice day

  2. #2
    Join Date
    Jul 2008
    Location
    Washington DC
    Posts
    67

    Default

    rasky recently answered a similar question for me here:
    http://forum.springsource.org/showthread.php?t=81356

  3. #3
    Join Date
    Feb 2006
    Location
    Nancy, France
    Posts
    145

    Default

    I think it's all about Spring 3, not Spring-Security 3...
    Université Nancy 2
    France

  4. #4
    Join Date
    Aug 2008
    Posts
    4

    Default Spring3 + Spring-LDAP

    the hint, to take a look at spring-security3 was a good one.

    in the build.gradle(s) of spring-security-3.0 i see the
    following dependencys:

    springVersion = '3.0.0.RELEASE'
    springLdapVersion = '1.3.0.RELEASE'

    "org.springframework:spring-core:$springVersion",
    "org.springframework.ldap:spring-ldap-core:$springLdapVersion",

    hence i am confident, that spring-ldap-core-1.3.0-RELEASE
    works ok on base of spring3. i will see ...

    btw: using gradle and git rocks. i can recommend it.
    spring-security seems to be some kind of 'avantgarde'
    child in the family ;-)

    gruesse

Posting Permissions

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