[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources/conf: idp.properties ldap.properties services.p...

noreply at shibboleth.net noreply at shibboleth.net
Tue Oct 14 18:14:39 EDT 2014


Author: scantor
Date: Tue Oct 14 18:14:39 2014
New Revision: 6698

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6698&view=rev
Log:
Add extra LF at the end to better delineate installer changes.

Modified:
    trunk/idp-conf/src/main/resources/conf/idp.properties
    trunk/idp-conf/src/main/resources/conf/ldap.properties
    trunk/idp-conf/src/main/resources/conf/services.properties

Modified: trunk/idp-conf/src/main/resources/conf/idp.properties
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/idp.properties?rev=6698&r1=6697&r2=6698&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/idp.properties (original)
+++ trunk/idp-conf/src/main/resources/conf/idp.properties Tue Oct 14 18:14:39 2014
@@ -162,3 +162,4 @@
 idp.status.accessPolicy = AccessByIPAddress
 idp.resolvertest.accessPolicy = AccessByIPAddress
 idp.reload.accessPolicy = AccessByIPAddress
+

Modified: trunk/idp-conf/src/main/resources/conf/ldap.properties
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/ldap.properties?rev=6698&r1=6697&r2=6698&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/ldap.properties (original)
+++ trunk/idp-conf/src/main/resources/conf/ldap.properties Tue Oct 14 18:14:39 2014
@@ -26,7 +26,6 @@
 idp.authn.LDAP.dnFormat                         = uid=%s,ou=people,dc=example,dc=org
 
 # LDAP attribute configuration, see attribute-resolver.xml
-
 idp.attribute.resolver.LDAP.ldapURL				= %{idp.authn.LDAP.ldapURL}
 idp.attribute.resolver.LDAP.baseDN				= %{idp.authn.LDAP.baseDN}
 idp.attribute.resolver.LDAP.bindDN				= %{idp.authn.LDAP.bindDN}
@@ -41,3 +40,4 @@
 idp.pool.LDAP.prunePeriod                       = 300
 idp.pool.LDAP.idleTime                          = 600
 idp.pool.LDAP.blockWaitTime                     = 3000
+

Modified: trunk/idp-conf/src/main/resources/conf/services.properties
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/services.properties?rev=6698&r1=6697&r2=6698&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/services.properties (original)
+++ trunk/idp-conf/src/main/resources/conf/services.properties Tue Oct 14 18:14:39 2014
@@ -32,3 +32,4 @@
 # Admin access control
 #idp.service.access.failFast=true
 idp.service.access.checkInterval=PT5M
+



More information about the commits mailing list