view src/main/webapp/WEB-INF/etc.jaasAuth.conf @ 82:0554e29069ec

jsontoken 1.1 artefact is public now.
author casties
date Mon, 19 Jan 2015 10:13:20 +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
;
};