summaryrefslogtreecommitdiff
path: root/conf-from-container/conf/authn/jaas.config
diff options
context:
space:
mode:
Diffstat (limited to 'conf-from-container/conf/authn/jaas.config')
-rw-r--r--conf-from-container/conf/authn/jaas.config11
1 files changed, 11 insertions, 0 deletions
diff --git a/conf-from-container/conf/authn/jaas.config b/conf-from-container/conf/authn/jaas.config
new file mode 100644
index 0000000..232e93d
--- /dev/null
+++ b/conf-from-container/conf/authn/jaas.config
@@ -0,0 +1,11 @@
+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