diff options
author | Henrik Lund Kramshoej <hlk@kramse.org> | 2017-07-10 15:28:27 +0200 |
---|---|---|
committer | Henrik Lund Kramshoej <hlk@kramse.org> | 2017-07-10 15:28:27 +0200 |
commit | a77621f3bc45828834ef4697e983c603735c56ee (patch) | |
tree | e9ec518edf4fb08a7ff04b73bdc7be3ae710dc64 /nordu-ldap.properties | |
parent | 1f4fcc1f2234281f6f7c95c0c0ba77b9298d00ce (diff) |
sync with syntax working, but not auth
Diffstat (limited to 'nordu-ldap.properties')
-rw-r--r-- | nordu-ldap.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nordu-ldap.properties b/nordu-ldap.properties index 71e1301..dd43f21 100644 --- a/nordu-ldap.properties +++ b/nordu-ldap.properties @@ -1,6 +1,6 @@ idp.authn.LDAP.ldapURL=ldaps://ldap.nordu.net idp.authn.LDAP.authenticator = bindSearchAuthenticator -idp.authn.LDAP.useStartTLS = false +idp.authn.LDAP.useStartTLS = true idp.authn.LDAP.useSSL = false idp.authn.LDAP.sslConfig = certificateTrust #idp.authn.LDAP.trustCertificates = %{idp.home}/credentials/ldap-server.crt |