> > I had a look at that specification but it doesn't give any more hints how > to use it. Does somebody have any more working examples? Or is there a > tutorial how to connect wicket to the local LDAP? >
I often skip the container and initiate a direct connection to LDAP (usually AD) via JNDI (this is useful if you need additional information from your users like company e-mail address, extendion, mobile phone, office, etc). Here's a tutorial on how to do it (it's not wicket related): http://java.sun.com/products/jndi/tutorial/ldap/security/ldap.html BTW, j_security_check is only available as a resource if you redirect (or post) to it from a secured url. Did you setup your web.xml to guard the login page url from unauthorized access? -- Janos
