From 633ada5afb580dea9c755554c9a9a66b64434e4c Mon Sep 17 00:00:00 2001 From: Markus Krogh Date: Wed, 27 Sep 2017 15:06:13 +0200 Subject: Structure cleanup + docker compose --- idp/nordu-ldap.properties | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 idp/nordu-ldap.properties (limited to 'idp/nordu-ldap.properties') diff --git a/idp/nordu-ldap.properties b/idp/nordu-ldap.properties new file mode 100644 index 0000000..d265541 --- /dev/null +++ b/idp/nordu-ldap.properties @@ -0,0 +1,10 @@ +idp.authn.LDAP.ldapURL=ldaps://ldap.nordu.net +idp.authn.LDAP.authenticator = anonSearchAuthenticator +idp.authn.LDAP.useStartTLS = false +idp.authn.LDAP.useSSL = true +idp.authn.LDAP.sslConfig = jvmTrust +#idp.authn.LDAP.trustCertificates = %{idp.home}/credentials/ldap-server.crt +idp.authn.LDAP.baseDN = ou=People,dc=nordu,dc=net +#idp.authn.LDAP.userFilter = (uid=$requestContext.principalName) +idp.authn.LDAP.bindDN = dc=nordu,dc=net +idp.authn.LDAP.bindDNCredential = blahblah -- cgit v1.1