diff options
Diffstat (limited to 'conf-from-container/conf/authn/jaas.config')
-rw-r--r-- | conf-from-container/conf/authn/jaas.config | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/conf-from-container/conf/authn/jaas.config b/conf-from-container/conf/authn/jaas.config deleted file mode 100644 index 232e93d..0000000 --- a/conf-from-container/conf/authn/jaas.config +++ /dev/null @@ -1,11 +0,0 @@ -ShibUserPassAuth { - /* - com.sun.security.auth.module.Krb5LoginModule required; - */ - - org.ldaptive.jaas.LdapLoginModule required - ldapUrl="ldap://localhost:10389" - baseDn="ou=people,dc=example,dc=org" - userFilter="uid={user}"; - -};
\ No newline at end of file |