comparison src/main/webapp/WEB-INF/etc.jaasAuth.conf @ 1:6556943c4fb9

include neo4j and restlet
author casties
date Wed, 27 Jun 2012 17:52:02 +0200
parents
children
comparison
equal deleted inserted replaced
0:ed1916729773 1:6556943c4fb9
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