diff --git a/conf/idp.properties b/conf/idp.properties index 1f32c81..474f764 100644 --- a/conf/idp.properties +++ b/conf/idp.properties @@ -2,10 +2,10 @@ idp.additionalProperties= /conf/ldap.properties, /conf/saml-nameid.properties, /conf/services.properties, /conf/authn/duo.properties # Set the entityID of the IdP -idp.entityID= https://idp.testbed.tier.internet2.edu/idp/shibboleth +idp.entityID= # Set the scope used in the attribute resolver for scoped attributes -idp.scope= testbed.tier.internet2.edu +idp.scope= # General cookie properties (maxAge only applies to persistent cookies) #idp.cookie.secure = false diff --git a/conf/ldap.properties b/conf/ldap.properties index 6d75df0..c3921b2 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://ldap.testbed.tier.internet2.edu +idp.authn.LDAP.ldapURL = ldap://localhost idp.authn.LDAP.useStartTLS = false idp.authn.LDAP.useSSL = false # Time in milliseconds that connects will block @@ -27,7 +27,7 @@ idp.authn.LDAP.returnAttributes = passwordExpirationTime,loginGr # Search DN resolution, used by anonSearchAuthenticator, bindSearchAuthenticator # for AD: CN=Users,DC=example,DC=org -idp.authn.LDAP.baseDN = ou=People,dc=testbed,dc=tier,dc=internet2,dc=edu +idp.authn.LDAP.baseDN = ou=people,dc=example,dc=org #idp.authn.LDAP.subtreeSearch = false idp.authn.LDAP.userFilter = (uid={user}) # bind search configuration