Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple user try to authenticate at same time #3

Open
chris-rock opened this issue May 17, 2013 · 1 comment
Open

multiple user try to authenticate at same time #3

chris-rock opened this issue May 17, 2013 · 1 comment

Comments

@chris-rock
Copy link

I am not sure if I got it right, but as far as I understood the LDAPStrategy a bind is called whenever a user tries to authenticate. I have not fully tested it, but since all old requests will be discarded, once a new bind comes up, I expect a couple of user account mix-ups if multiple user try to authenticate at the same time?

I see two solutions for the above mentioned problem: create a separate user for the web channel in ldap to bind against that and validate the identity with ldap search or create a new connection for each user. What do you think?

@chris-rock
Copy link
Author

Good overview about what should work out of the box: http://static.springsource.org/spring-security/site/docs/3.2.x/reference/ldap.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant