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