From: wassa Date: Thu, 31 Jul 2003 21:17:49 +0000 (+0000) Subject: HTML Validation fixes to origin deploy guide. X-Git-Tag: v2.1.3~1916 X-Git-Url: https://repo.niif.hu/gitweb/gitweb.cgi?p=java-idp.git;a=commitdiff_plain;h=c8b9b9604fa55b635151fadd6f16de0cfbb0d7a4 HTML Validation fixes to origin deploy guide. git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@717 ab3bd59b-922f-494d-bb5f-6f0a3c29deca --- diff --git a/doc/DEPLOY-GUIDE-ORIGIN.html b/doc/DEPLOY-GUIDE-ORIGIN.html index 1efab21..591c96f 100644 --- a/doc/DEPLOY-GUIDE-ORIGIN.html +++ b/doc/DEPLOY-GUIDE-ORIGIN.html @@ -204,8 +204,7 @@ configuration, but some older commands have been deprecated or replaced.

ensure robustness. Failover and redundant configurations are now supported.
  • The SHAR may now optionally store its session and attribute cache in a back-end database in addition to the previously available in-memory option. -
  • [1.1] + [1.1]
  • Federation supplied files (sites.xml and trust.xml) are now refreshed in a much more robust manner.
  • @@ -1775,7 +1774,7 @@ Java keystores (optional)

    1. On the java.naming.provider.url Property, add <port number> after the hostname in the ldap url (the default port for ldap over SSL is 636),

    2. Add this Property element:

    -

    <Property name="java.naming.security.protocol" value="ssl" ">

    +

    <Property name="java.naming.security.protocol" value="ssl" ">

    If the ldap server must be accessed over SSL, and JDK 1.4.2 is being used, then change ldap:// to ldaps:// in the value of the java.naming.provider.url Property.

    NOTE: This assumes that the ldap server's cert is rooted with a CA that is in the JVM's default keystore (ie: a commercial CA). If not, the CA cert must be added.