annotate src/main/webapp/WEB-INF/etc.jaasAuth.conf @ 82:0554e29069ec

jsontoken 1.1 artefact is public now.
author casties
date Mon, 19 Jan 2015 10:13:20 +0100
parents 6556943c4fb9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
6556943c4fb9 include neo4j and restlet
casties
parents:
diff changeset
1 BasicJaasAuthenticationApplication {
6556943c4fb9 include neo4j and restlet
casties
parents:
diff changeset
2 com.sun.security.auth.module.LdapLoginModule REQUIRED
6556943c4fb9 include neo4j and restlet
casties
parents:
diff changeset
3 userProvider="ldap://ldap.mpiwg-berlin.mpg.de/ou=people,dc=mpiwg-berlin,dc=mpg,dc=de"
6556943c4fb9 include neo4j and restlet
casties
parents:
diff changeset
4 userFilter="(&(uid={USERNAME})(objectClass=inetOrgPerson))"
6556943c4fb9 include neo4j and restlet
casties
parents:
diff changeset
5 debug=true
6556943c4fb9 include neo4j and restlet
casties
parents:
diff changeset
6 useSSL=false
6556943c4fb9 include neo4j and restlet
casties
parents:
diff changeset
7 ;
6556943c4fb9 include neo4j and restlet
casties
parents:
diff changeset
8 };
6556943c4fb9 include neo4j and restlet
casties
parents:
diff changeset
9
6556943c4fb9 include neo4j and restlet
casties
parents:
diff changeset
10