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...
Type: Posts; User: Josh LOL; Keyword(s):
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...
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...
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...
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...