Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
cleanup of default "release" config (removing some reamining bits of …
…testbed config)
pcaskey committed Feb 13, 2017
1 parent 866baf9 commit 317a9fe
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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
4 changes: 2 additions & 2 deletions 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

0 comments on commit 317a9fe

Please sign in to comment.