--- loncom/html/adm/help/tex/Institutional_Integration_CAS.tex 2015/03/26 16:05:24 1.1
+++ loncom/html/adm/help/tex/Institutional_Integration_CAS.tex 2015/03/26 22:15:20 1.2
@@ -39,8 +39,8 @@ Add a file to your Apache conf directory
is domain, to include items such as:
\begin{verbatim}
-PerlSetVar lonSSOUserLogoutHeadFile_ /home/httpd/html/adm/sso_logout_head_frag
-PerlSetVar lonSSOUserLogoutMessageFile_ /home/httpd/html/adm/sso_logout_body_frag
+PerlSetVar lonSSOUserLogoutHeadFile_ /home/httpd/html/adm/sso_logout_head
+PerlSetVar lonSSOUserLogoutMessageFile_ /home/httpd/html/adm/sso_logout_body
PerlSetVar lonSSOUserUnknownRedirect /adm/sso_failed_login.html
PerlSetVar lonSSOReloginServer https://somehost.somewhere.edu
\end{verbatim}
@@ -52,9 +52,9 @@ and add the corresponding files owned by
Notes:
\begin{enumerate}
\item
-All files will contain HTML mark-up, but the sso\_logout\_head\_frag item is a fragment
+All files will contain HTML mark-up, but the sso\_logout\_head item is a fragment
inserted into the head block of the standard LON-CAPA logout page, and similarly,
-the sso\_logout\_body\_frag is a fragment inserted into the body of the page,
+the sso\_logout\_body is a fragment inserted into the body of the page,
whereas the sso\_failed\_login.html file should be a complete HTML document.
If the name of the PerlVar ends \_$<$dom$>$ then the HTML fragment is only displayed