[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources/conf: idp.properties logback.xml

noreply at shibboleth.net noreply at shibboleth.net
Mon Oct 10 12:38:41 EDT 2016


Author: scantor
Date: Mon Oct 10 12:38:41 2016
New Revision: 8481

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8481&view=rev
Log:
IDP-1041 - default idp.properties is missing idp.fticks.loghost/logport

https://issues.shibboleth.net/jira/browse/IDP-1041

Modified:
    trunk/idp-conf/src/main/resources/conf/idp.properties
    trunk/idp-conf/src/main/resources/conf/logback.xml

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=8481&r1=8480&r2=8481&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/idp.properties	(original)
+++ trunk/idp-conf/src/main/resources/conf/idp.properties	Mon Oct 10 12:38:41 2016
@@ -187,7 +187,9 @@
 # in servlet request under the key "opensamlProfileRequestContext"
 #idp.profile.exposeProfileRequestContextInServletRequest = SAML2/POST/SSO,SAML2/Redirect/SSO
 
-# F-TICKS auditing - set salt to include hashed username
+# F-TICKS auditing - set a salt to include hashed username
 #idp.fticks.federation=MyFederation
 #idp.fticks.algorithm=SHA-256
-#idp.fticks.salt=somethingsecret
+#idp.fticks.salt=somethingsecret
+#idp.fticks.loghost=localhost
+#idp.fticks.logport=514

Modified: trunk/idp-conf/src/main/resources/conf/logback.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/logback.xml?rev=8481&r1=8480&r2=8481&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/logback.xml	(original)
+++ trunk/idp-conf/src/main/resources/conf/logback.xml	Mon Oct 10 12:38:41 2016
@@ -24,10 +24,6 @@
     <variable name="idp.loglevel.spring" value="ERROR" />
     <variable name="idp.loglevel.container" value="ERROR" />
     <variable name="idp.loglevel.xmlsec" value="INFO" />
-    
-    <!-- Syslog address for F-TICKS (see FTICKSLoggingConfiguration). -->
-    <variable name="idp.fticks.loghost" value="localhost" />
-    <variable name="idp.fticks.logport" value="514" />
 
     <!--
     If you want to use custom properties in this config file,



More information about the commits mailing list