diff options
| author | Henrik Lund Kramshoej <hlk@kramse.org> | 2017-07-11 11:27:53 +0200 |
|---|---|---|
| committer | Henrik Lund Kramshoej <hlk@kramse.org> | 2017-07-11 11:27:53 +0200 |
| commit | 89cdabb24a311e429d6acca4c3b19357af221ad4 (patch) | |
| tree | a0cd1058c29ce4f1c5ea3dd8f474c6c290f14827 /nordu-ldap.properties | |
| parent | 13d9d83b6182fce382061da380e61593a35cac13 (diff) | |
Added the right LDAP settings, works now with my password
Diffstat (limited to 'nordu-ldap.properties')
| -rw-r--r-- | nordu-ldap.properties | 12 |
1 files changed, 6 insertions, 6 deletions
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 |
