annotate docs/jaas_config_example @ 24:d9809412b67f

fixed setup. use URL-safe base64 from apache commons.
author casties
date Tue, 24 Apr 2012 19:45:24 +0200
parents 77530be3c747
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
dwinter
parents:
diff changeset
1 File Edit Options Buffers Tools Help
dwinter
parents:
diff changeset
2 BasicJaasAuthenticationApplication {
dwinter
parents:
diff changeset
3 com.sun.security.auth.module.LdapLoginModule REQUIRED
dwinter
parents:
diff changeset
4 userProvider="ldap://mpiwgldap.mpiwg-berlin.mpg.de/ou=people,dc=mpiwg-berlin,dc=mpg,dc=de"
dwinter
parents:
diff changeset
5 userFilter="(&(uid={USERNAME})(objectClass=inetOrgPerson))"
dwinter
parents:
diff changeset
6 debug=true
dwinter
parents:
diff changeset
7 useSSL=false
dwinter
parents:
diff changeset
8 ;
dwinter
parents:
diff changeset
9 };