On 02/23/2015 12:50 PM, Bob Harner wrote: > If you are already using Spring heavily in your app then Spring Security is > a reasonable choice. Otherwise I recommend you follow Jay's advice ad use > the Tapestry-security module, which is a thin wrapper around Shiro. A lot > of Tapestry users have had great success with that choice, including me. > > Regardless of the framework choice, you will still need to write the bit of > code that queries your LDAP directory. The Unbound LDAP mentioned by Tai is > a highly regarded library for that.
No sure about Shiro (since I have no experience with that) but I know from experience that with Spring security, you only need to configure a different authentication provider (ldap-authentication-provider) to use LDAP. Unless you need something non standard, there is no need to write new code to use LDAP authentication with spring security. See for example: http://docs.spring.io/spring-security/site/docs/3.0.x/reference/ldap.html Kind regards, Martijn Brinkers -- CipherMail email encryption Open source email encryption gateway with support for S/MIME, OpenPGP and PDF messaging. http://www.ciphermail.com Twitter: http://twitter.com/CipherMail --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org