From adc78e7f13e2dd2bece0e5920464248e24ee128b Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Mon, 13 Feb 2017 12:59:45 -0600 Subject: [PATCH] fixups to resolver config --- conf/ldap.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/ldap.properties b/conf/ldap.properties index c3921b2..e045c8e 100644 --- a/conf/ldap.properties +++ b/conf/ldap.properties @@ -5,7 +5,7 @@ #idp.authn.LDAP.authenticator = anonSearchAuthenticator ## Connection properties ## -idp.authn.LDAP.ldapURL = ldap://localhost +idp.authn.LDAP.ldapURL = ldap://localhost:10389 idp.authn.LDAP.useStartTLS = false idp.authn.LDAP.useSSL = false # Time in milliseconds that connects will block @@ -32,8 +32,8 @@ idp.authn.LDAP.baseDN = ou=people,dc=example,dc=org idp.authn.LDAP.userFilter = (uid={user}) # bind search configuration # for AD: idp.authn.LDAP.bindDN=adminuser@domain.com -idp.authn.LDAP.bindDN = -idp.authn.LDAP.bindDNCredential = +idp.authn.LDAP.bindDN = uid=myservice,ou=system +idp.authn.LDAP.bindDNCredential = myServicePassword # Format DN resolution, used by directAuthenticator, adAuthenticator # for AD use idp.authn.LDAP.dnFormat=%s@domain.com