From 89cdabb24a311e429d6acca4c3b19357af221ad4 Mon Sep 17 00:00:00 2001 From: Henrik Lund Kramshoej Date: Tue, 11 Jul 2017 11:27:53 +0200 Subject: Added the right LDAP settings, works now with my password --- nordu-ldap.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'nordu-ldap.properties') diff --git a/nordu-ldap.properties b/nordu-ldap.properties index dd43f21..d265541 100644 --- a/nordu-ldap.properties +++ b/nordu-ldap.properties @@ -1,10 +1,10 @@ idp.authn.LDAP.ldapURL=ldaps://ldap.nordu.net -idp.authn.LDAP.authenticator = bindSearchAuthenticator -idp.authn.LDAP.useStartTLS = true -idp.authn.LDAP.useSSL = false -idp.authn.LDAP.sslConfig = certificateTrust +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 = dc=nordu,dc=net -idp.authn.LDAP.userFilter = (uid=$requestContext.principalName) +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