Mercurial > hg > AnnotationManager
annotate 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 |
rev | line source |
---|---|
17 | 1 BasicJaasAuthenticationApplication { |
2 com.sun.security.auth.module.LdapLoginModule REQUIRED | |
3 userProvider="ldap://ldap.mpiwg-berlin.mpg.de/ou=people,dc=mpiwg-berlin,dc=mpg,dc=de" | |
4 userFilter="(&(uid={USERNAME})(objectClass=inetOrgPerson))" | |
5 debug=true | |
6 useSSL=false | |
7 ; | |
8 }; | |
9 | |
10 |