view src/main/webapp/WEB-INF/etc.jaasAuth.conf @ 27:6bc918105c9a

back to this.getReference, problem was with mod_proxy (ProxyPreserveHost).
author casties
date Mon, 24 Sep 2012 19:25:40 +0200
parents 6556943c4fb9
children
line wrap: on
line source

BasicJaasAuthenticationApplication {
    com.sun.security.auth.module.LdapLoginModule REQUIRED
    userProvider="ldap://ldap.mpiwg-berlin.mpg.de/ou=people,dc=mpiwg-berlin,dc=mpg,dc=de"
    userFilter="(&(uid={USERNAME})(objectClass=inetOrgPerson))"
    debug=true
    useSSL=false
;
};