summaryrefslogtreecommitdiff
path: root/conf-from-container/conf/authn/jaas.config
diff options
context:
space:
mode:
authorMarkus Krogh <markus@nordu.net>2017-09-27 15:52:06 +0200
committerMarkus Krogh <markus@nordu.net>2017-09-27 15:52:06 +0200
commit221ce8d2e414c95d6277baf4d1e6ebc644ee0b7c (patch)
tree067e112b5bbbdcdcd6dcbd0f57d2ba6c791fa171 /conf-from-container/conf/authn/jaas.config
parent633ada5afb580dea9c755554c9a9a66b64434e4c (diff)
Remove conf-from-container, update git ignore
Diffstat (limited to 'conf-from-container/conf/authn/jaas.config')
-rw-r--r--conf-from-container/conf/authn/jaas.config11
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