From 5173ce77ba5534ebe11424e73f2e54bd7abaee51 Mon Sep 17 00:00:00 2001 From: fpeters <> Date: Wed, 8 Sep 2004 11:45:21 +0000 Subject: [PATCH] talk about other service urls --- doc/manual.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/manual.txt b/doc/manual.txt index 7c77faa..38d7ee4 100644 --- a/doc/manual.txt +++ b/doc/manual.txt @@ -151,8 +151,8 @@ Apache Configuration ==================== Imagine ``soapEndPoint`` has been installed in ``/usr/lib/cgi-bin/idpc/`` and -``singleSignOn`` in ``/usr/lib/cgi-bin/idpc/auth/``. Apache CGI configuration -will typically look as follow:: +``singleSignOn`` (and other service URLs) in ``/usr/lib/cgi-bin/idpc/auth/``. +Apache CGI configuration will typically look as follow:: ScriptAlias /idpc/ /usr/lib/cgi-bin/idpc/ @@ -165,7 +165,8 @@ will typically look as follow:: For HTTP authentication Apache must be configured to restrict access to the -single sign on service URL; it may done as follow:: +service URLs (``singleSignOn``, ``singleLogout``, ``federationTermination``); +it may done as follow:: AuthType Basic