On 21 Feb 2008, at 22:25, Vidar Ramdal wrote:

Does anyone have a working example of configuring Sling to using an
external LDAP server for authentication?


I'd assume this is sort of orthogonal to Sling at the moment?

One option would be to employ something like Spring security or SecurityFilter with an appropriate LDAP realm impl. This would make sure all requests would return something sane in the getUserPrincipal() and isUserInRole() calls. You could then code accordingly in your Sling components.

--
Torgeir Veimo
[EMAIL PROTECTED]




Reply via email to