view src/main/webapp/WEB-INF/etc.jaasAuth.conf @ 55:d04006aab670

changed history to remove property files. PLEASE CLONE AGAIN IF YOU USED THIS REPO BEFORE!
author casties
date Tue, 20 Nov 2012 16:16:09 +0100
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
;
};