[cpp-sp] branch master updated: Remove old syslog file, add seckeygen to MSI.
Scott Cantor
cantor.2 at osu.edu
Thu Apr 26 09:49:20 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=d57f8d0227daab8fd9d4af02b0256682b95e9f20
The following commit(s) were added to refs/heads/master by this push:
new d57f8d0 Remove old syslog file, add seckeygen to MSI.
d57f8d0 is described below
commit d57f8d0227daab8fd9d4af02b0256682b95e9f20
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Apr 26 09:49:12 2018 -0400
Remove old syslog file, add seckeygen to MSI.
---
configs/syslog.logger | 33 ---------------------------------
msi/WiX/ShibbolethSP-noarch.wxs | 3 +++
2 files changed, 3 insertions(+), 33 deletions(-)
diff --git a/configs/syslog.logger b/configs/syslog.logger
deleted file mode 100644
index 3d14313..0000000
--- a/configs/syslog.logger
+++ /dev/null
@@ -1,33 +0,0 @@
-log4j.rootCategory=INFO, syslog
-
-# fairly verbose for DEBUG, so generally leave at INFO
-log4j.category.XMLTooling.XMLObject=INFO
-log4j.category.XMLTooling.KeyInfoResolver=INFO
-log4j.category.Shibboleth.PropertySet=INFO
-
-# raise for low-level tracing of SOAP client HTTP/SSL behavior
-log4j.category.XMLTooling.libcurl=INFO
-
-# useful categories to tune independently:
-#
-# tracing of SAML messages and security policies
-#log4j.category.OpenSAML.MessageDecoder=DEBUG
-#log4j.category.OpenSAML.MessageEncoder=DEBUG
-#log4j.category.OpenSAML.SecurityPolicyRule=DEBUG
-# interprocess message remoting
-#log4j.category.Shibboleth.Listener=DEBUG
-# mapping of requests to applicationId
-#log4j.category.Shibboleth.RequestMapper=DEBUG
-# high level session cache operations
-#log4j.category.Shibboleth.SessionCache=DEBUG
-# persistent storage and caching
-#log4j.category.XMLTooling.StorageService=DEBUG
-
-# define the appender
-
-log4j.appender.syslog=org.apache.log4j.SyslogAppender
-log4j.appender.syslog.syslogName=shibboleth
-log4j.appender.syslog.syslogHost=localhost
-#log4j.appender.syslog.layout=org.apache.log4j.BasicLayout
-log4j.appender.syslog.layout=org.apache.log4j.PatternLayout
-log4j.appender.syslog.layout.ConversionPattern=%d{%Y-%m-%d %H:%M:%S} %p %c %x: %m%n
diff --git a/msi/WiX/ShibbolethSP-noarch.wxs b/msi/WiX/ShibbolethSP-noarch.wxs
index 359ec25..03ff672 100644
--- a/msi/WiX/ShibbolethSP-noarch.wxs
+++ b/msi/WiX/ShibbolethSP-noarch.wxs
@@ -66,6 +66,9 @@
<Component Id="keygen.bat" Guid="{A5BBCB8B-42B3-4402-B66D-66D2971F509F}">
<File KeyPath="yes" Name="keygen.bat" />
</Component>
+ <Component Id="seckeygen.bat" Guid="{63B412FB-9761-47F4-B7E4-B69E11B831A9}">
+ <File KeyPath="yes" Name="seckeygen.bat" />
+ </Component>
<Directory Id="etc_shibboleth_dist" Name="dist" FileSource="$(var.SPBuildDirectory)\cpp-sp\configs">
<Component Id="apache.config.in" Guid="{AF4EB2B1-2489-4E39-A89E-1CA7AC2B7483}">
<File KeyPath="yes" Name="apache.config.in" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list