0

我对 LDAP 的了解非常有限,所以请原谅我说的任何愚蠢的话。

我尝试设计一个允许log on用户Spring application通过LDAP. 我猜如果用户通过 LDAP 登录系统,那么 Spring 应用程序应该能够通过uid或其他方式识别用户,因此用户不再需要登录系统。

开发系统在 Windows 7 上,我已经安装Apache DSApache DS Studio在我的 STS 上,还按照在线教程在新分区中role正确设置。user现在的问题是:

How can I "link" my web application to the LDAP user? 

And how can I log on LDAP server with one of the user credential?

请分享任何建议。谢谢。

4

1 回答 1

1

由于您已经在使用 Spring,您应该查看 Spring Security ( http://docs.spring.io/spring-security/site/index.html )。

Spring Security 允许您以多种方式保护 Spring 应用程序,而 LDAP 只是其中之一(http://docs.spring.io/spring-security/site/docs/3.1.x/reference/ldap.html)。

于 2013-10-10T20:25:52.093 回答