view src/main/webapp/WEB-INF/etc.jaasAuth.conf @ 30:05b631a084d0

tag viewer html
author dwinter
date Tue, 25 Sep 2012 16:08:11 +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
;
};