From: Scott Cantor Date: Mon, 26 Jul 2010 00:36:09 +0000 (+0000) Subject: Add a "full" example config file to demonstrate all the old settings. X-Git-Tag: 2.4RC1~94 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-sp.git;a=commitdiff_plain;h=61997846945b6fad3b1b52b2544935587949cf15 Add a "full" example config file to demonstrate all the old settings. --- diff --git a/Shibboleth.sln b/Shibboleth.sln index bc0d585..0b674c4 100644 --- a/Shibboleth.sln +++ b/Shibboleth.sln @@ -41,6 +41,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Config", "Config", "{2543BC configs\console.logger = configs\console.logger configs\discoveryTemplate.html = configs\discoveryTemplate.html configs\example-metadata.xml = configs\example-metadata.xml + configs\example-shibboleth2.xml = configs\example-shibboleth2.xml configs\globalLogout.html = configs\globalLogout.html configs\keygen.bat = configs\keygen.bat configs\keygen.sh = configs\keygen.sh diff --git a/configs/Makefile.am b/configs/Makefile.am index 5657d95..3618623 100644 --- a/configs/Makefile.am +++ b/configs/Makefile.am @@ -37,6 +37,7 @@ CONFIGFILES = \ attribute-policy.xml \ security-policy.xml \ example-metadata.xml \ + example-shibboleth2.xml \ console.logger \ syslog.logger \ accessError.html \ diff --git a/configs/example-shibboleth2.xml b/configs/example-shibboleth2.xml new file mode 100644 index 0000000..7247377 --- /dev/null +++ b/configs/example-shibboleth2.xml @@ -0,0 +1,239 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msi/scripts/shib_edit_config_files.vbs b/msi/scripts/shib_edit_config_files.vbs index 87ffc2d..fcfdfe7 100644 --- a/msi/scripts/shib_edit_config_files.vbs +++ b/msi/scripts/shib_edit_config_files.vbs @@ -175,6 +175,10 @@ if (Err = 0) then FileSystemObj.CopyFile DistDir & "example-metadata.xml", ConfigDir, false End If + If (NOT FileSystemObj.FileExists(ConfigDir & "example-shibboleth2.xml")) then + FileSystemObj.CopyFile DistDir & "example-shibboleth2.xml", ConfigDir, false + End If + If (NOT FileSystemObj.FileExists(ConfigDir & "attribute-map.xml")) then FileSystemObj.CopyFile DistDir & "attribute-map.xml", ConfigDir, false End If