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

Last change on this file since 1:6556943c4fb9 was 1:6556943c4fb9, checked in by casties, 12 years ago

include neo4j and restlet

File size: 288 bytes
Line 
1BasicJaasAuthenticationApplication {
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
Note: See TracBrowser for help on using the repository browser.