diff options
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 |
