source:
AnnotationManagerN4J/src/main/webapp/WEB-INF/etc.jaasAuth.conf
@
58:f5c0e6df7e88
Last change on this file since 58:f5c0e6df7e88 was 1:6556943c4fb9, checked in by , 13 years ago | |
---|---|
File size: 288 bytes |
Line | |
---|---|
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 |
Note: See TracBrowser
for help on using the repository browser.