view docs/jaas_config_example @ 26:235b91ba8dff

on the way to new annotations...
author casties
date Thu, 26 Apr 2012 11:44:57 +0200
parents 77530be3c747
children
line wrap: on
line source

File Edit Options Buffers Tools Help                                                                               
BasicJaasAuthenticationApplication {
    com.sun.security.auth.module.LdapLoginModule REQUIRED
    userProvider="ldap://mpiwgldap.mpiwg-berlin.mpg.de/ou=people,dc=mpiwg-berlin,dc=mpg,dc=de"
    userFilter="(&(uid={USERNAME})(objectClass=inetOrgPerson))"
    debug=true
    useSSL=false
;                                                                                                                  
};