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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
17
b0ef5c860464 updating and deleting annotations works now!
casties
parents:
diff changeset
1 BasicJaasAuthenticationApplication {
b0ef5c860464 updating and deleting annotations works now!
casties
parents:
diff changeset
2 com.sun.security.auth.module.LdapLoginModule REQUIRED
b0ef5c860464 updating and deleting annotations works now!
casties
parents:
diff changeset
3 userProvider="ldap://ldap.mpiwg-berlin.mpg.de/ou=people,dc=mpiwg-berlin,dc=mpg,dc=de"
b0ef5c860464 updating and deleting annotations works now!
casties
parents:
diff changeset
4 userFilter="(&(uid={USERNAME})(objectClass=inetOrgPerson))"
b0ef5c860464 updating and deleting annotations works now!
casties
parents:
diff changeset
5 debug=true
b0ef5c860464 updating and deleting annotations works now!
casties
parents:
diff changeset
6 useSSL=false
b0ef5c860464 updating and deleting annotations works now!
casties
parents:
diff changeset
7 ;
b0ef5c860464 updating and deleting annotations works now!
casties
parents:
diff changeset
8 };
b0ef5c860464 updating and deleting annotations works now!
casties
parents:
diff changeset
9
b0ef5c860464 updating and deleting annotations works now!
casties
parents:
diff changeset
10