view src/main/webapp/WEB-INF/etc.jaasAuth.conf @ 54:a8b9b2391ef3

starting cleanup of annotationbrowser.
author casties
date Mon, 19 Nov 2012 11:29:58 +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
;
};