且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何使用Spring Ldap身份验证

更新时间:2022-06-13 05:16:38

我发现这些文章对使用Spring安全性设置登录表单很有帮助,但是,它们不使用jsf:

I found these article helpful for setting up login form with spring security, however, they do not use jsf:

http://www.mkyong.com/spring -security/spring-security-hello-world-example/ http://www.mkyong.com/spring-security/spring-security-form-login-example/

发现本文对于将ldap用作身份验证提供程序很有帮助,它不使用ldapTemplate,而是使用spring-security配置(本文中的spring-security.xml)

and found this article helpful for using ldap as authentication provider, it does not use ldapTemplate, but uses the spring-security configurations (spring-security.xml in the article)

http://krams915.blogspot.com/2011/01/spring-security-mvc-using-ldap.html