annotate docs/jaas_config_example @ 19:a681113fd0eb
PUT returns 303 according to spec now.
seems not to work with the client :-(
| author |
casties |
| date |
Fri, 23 Mar 2012 14:27:15 +0100 |
| parents |
77530be3c747 |
| children |
|
| rev |
line source |
|
0
|
1 File Edit Options Buffers Tools Help
|
|
|
2 BasicJaasAuthenticationApplication {
|
|
|
3 com.sun.security.auth.module.LdapLoginModule REQUIRED
|
|
|
4 userProvider="ldap://mpiwgldap.mpiwg-berlin.mpg.de/ou=people,dc=mpiwg-berlin,dc=mpg,dc=de"
|
|
|
5 userFilter="(&(uid={USERNAME})(objectClass=inetOrgPerson))"
|
|
|
6 debug=true
|
|
|
7 useSSL=false
|
|
|
8 ;
|
|
|
9 }; |