From 31c3cc219523530e36459717acbd836ae65325b2 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Mon, 1 Aug 2011 11:24:18 +0200 Subject: moved to trunk --- src/installer/resources/build.xml | 34 ++++--------- src/installer/resources/install.properties | 2 +- src/installer/resources/logging.xml | 22 ++++----- src/installer/resources/wayfconfig.xml | 77 ++++++------------------------ 4 files changed, 36 insertions(+), 99 deletions(-) mode change 100644 => 100755 src/installer/resources/build.xml (limited to 'src') diff --git a/src/installer/resources/build.xml b/src/installer/resources/build.xml old mode 100644 new mode 100755 index b4201d8..ae85dfa --- a/src/installer/resources/build.xml +++ b/src/installer/resources/build.xml @@ -10,37 +10,23 @@ - - - - - - - - - - - - - - - - - - + - + + + + diff --git a/src/installer/resources/install.properties b/src/installer/resources/install.properties index 4b9d0de..c37d1c1 100644 --- a/src/installer/resources/install.properties +++ b/src/installer/resources/install.properties @@ -1 +1 @@ -ds.home = /opt/shibboleth-ds \ No newline at end of file +ds.home = /etc/DiscoveryService \ No newline at end of file diff --git a/src/installer/resources/logging.xml b/src/installer/resources/logging.xml index 3e01593..5a6fc6e 100644 --- a/src/installer/resources/logging.xml +++ b/src/installer/resources/logging.xml @@ -7,22 +7,22 @@ --> $DS_HOME$/logs/discoveryService.log + true - $DS_HOME$/logs/discovery-%d{yyyy-MM-dd}.log + $DS_HOME$/etc/DiscoveryService/logs/discovery-%d{yyyy-MM-dd}.log - - UTF-8 - %date{HH:mm:ss.SSS} - %level [%logger:%line] - %msg%n%ex{full}%n - + + %date{HH:mm:ss.SSS} %level [%logger] %msg%n%ex{full}%n + - - UTF-8 - %date{HH:mm:ss.SSS} - %level [%logger:%line] - %msg%n%ex{full}%n - + true + + %date{HH:mm:ss.SSS} %level [%logger] %msg%n%ex{full}%n + - + - + diff --git a/src/installer/resources/wayfconfig.xml b/src/installer/resources/wayfconfig.xml index 7a65e7d..1df1e07 100644 --- a/src/installer/resources/wayfconfig.xml +++ b/src/installer/resources/wayfconfig.xml @@ -18,12 +18,11 @@ The jspFile & errorJspFile attributes control the display The provideList attribute controls whether a single list of all - possible IdPs is presented. This also controls whether the - Quick search dialog is presented. + possible IdPs is presented. The default wayf.jsp works best + if this is true when provideListofList is true. The provideListOfList attribute controls whether multiple lists - are presented (one for each MetadataProvider). Rather than all - the entities as one. + are presented (one for each MetadataProvider). The showUsableIdPs attribute controls the contents of the above lists. The single list (provideList=true) is trimmed by @@ -33,20 +32,13 @@ The SearchIgnore element contains a list of words to be ignored while performing a search. - - warnOnBadBinding describes what to do iof the metadata has a badly - formed false (or not present) means that the bad - SP is removed from the metadata and an error written to the log file. - True means that we just note this in the log file. - THIS SETTING IS SYSTEM WIDE ONLY. --> Institution @@ -68,16 +60,16 @@ be used if the DS cannot get hold of the 'real' data. NOTE - for windows installation with an explicit DOS device ("C:\etc\discoveryservice") - The url below should be "file://C:\program files/metadata/sites.xml + The url below should be "file:///$DS_HOME$/metadata/sites.xml ---> + --> - - @@ -147,8 +111,8 @@ element. As well as the attributes and elements described above, each DiscoveryServiceHandler *MUST* have a location attribute. - The default wayf.xml specifies that "/WAYF", "/DS" and "/*.wayf" - are the possibilities for DiscoveryServices. If a URL matches the above, + The default wayf.xml specifies that "/WAYF" and "/*.wayf" are the + possibilities for DiscoveryServices. If a URL matches the above, but does not match any location in a DiscoveryServiceHandler, then the first handler for which the default attribute is set true is invoked. @@ -164,10 +128,10 @@ - - - + + + @@ -185,17 +149,4 @@ --> - - - - - - - - -- cgit v1.1