Finally got it to work after shifting priorities took me to some other projects since I lasted posted the question above. I'll document my configuration in case any one is interested.
First all,...
Type: Posts; User: fengwu; Keyword(s):
Finally got it to work after shifting priorities took me to some other projects since I lasted posted the question above. I'll document my configuration in case any one is interested.
First all,...
First let me say I really enjoyed working with Spring Integration, along with ActiveMQ. Good Stuff.
I am prototyping an application with spring integration 2.0.0.M1 and ActiveMQ 5.3. I am just...
JIRA item created:
http://jira.springframework.org/browse/SEC-836
The problem is by default group search only does one level search. I have to use conventional bean definition syntax so that I can configure it to do subtree search. See this thread at...
I solved this by declaring ldap authenticator using the conventional bean definition syntax so that I can set the searchSubtree property to true for the ldap authorities populator. My configuration...
I am hoping for the same thing.
If you have your own populator, how do you configure spring security to use it using the new namespace configuration? Do you have to repackage your...
Some more info, I guess I was mistaken when I said in previous post that the group entry does not have a list of member=... attributes. It's probably because JxPlorer did not show them. When I did...
Hi,
Using Spring Security 2.0.0 with Spring 2.5.2 with name space configuration. I was able to authenticate against AD but group search never returns any roles. I think this is probably because...