Mercurial > hg > AnnotationManager
view WebContent/WEB-INF/etc-jaasAuth.conf @ 21:0cd1e7608d25
works with new JWT-Auth now!
author | casties |
---|---|
date | Mon, 02 Apr 2012 19:30:46 +0200 |
parents | b0ef5c860464 |
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 ; };