Search:

Type: Posts; User: Josh LOL; Keyword(s):

Search: Search took 0.03 seconds.

  1. Thanks for the response, so it seems like my best...

    Thanks for the response, so it seems like my best option is using something like


    <beans>
    <import resource="${PLACEHOLDER}/serverSpecificBeans.xml"/>
    </beans>

    Reading the documentation...
  2. @Autowired with @Qualifier and PropertyPlaceholderConfigurer

    Hi,

    This is for Spring 3.0.2.RELEASE

    I have an auto wired constructor for a @Service class that needs to pull in a bean name from a configuration file (I can elaborate on the rationale if you...
  3. Replies
    2
    Views
    1,138

    I think I understand, if I override the...

    I think I understand,

    if I override the authenticate method I could create a local org.springframework.ldap.core.support.AbstractContextSource from the username / password.

    This new context...
  4. Replies
    2
    Views
    1,138

    Using user login to bind to LDAP

    Hi,

    NOTE - I am currently limited to spring security 2.0

    I'm relatively new to spring security so apologies if this is an obvious question.

    - Our LDAP Server does NOT support anonymous...
Results 1 to 4 of 4