view src/main/webapp/WEB-INF/etc.jaasAuth.conf @ 56:30c2e7d4eaf9

CLOSED - # 1: AnnotationServer configuration https://it-dev.mpiwg-berlin.mpg.de/tracs/Annotations/ticket/1
author casties
date Tue, 20 Nov 2012 16:54:03 +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
;
};