[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Institutional_Integration_Format_Checks.tex
raeburn
raeburn@source.lon-capa.org
Thu, 26 May 2011 11:27:02 -0000
raeburn Thu May 26 11:27:02 2011 EDT
Modified files:
/loncom/html/adm/help/tex
Institutional_Integration_Format_Checks.tex
Log:
- Replacement of > with \textgreater when used outside quotation blocks.
Index: loncom/html/adm/help/tex/Institutional_Integration_Format_Checks.tex
diff -u loncom/html/adm/help/tex/Institutional_Integration_Format_Checks.tex:1.4 loncom/html/adm/help/tex/Institutional_Integration_Format_Checks.tex:1.5
--- loncom/html/adm/help/tex/Institutional_Integration_Format_Checks.tex:1.4 Mon Mar 9 01:58:57 2009
+++ loncom/html/adm/help/tex/Institutional_Integration_Format_Checks.tex Thu May 26 11:27:01 2011
@@ -17,13 +17,13 @@
each key, value is a hash.
\begin{itemize}
-\item desc => long name for rule
-\item rule => description of rule
-\item authtype => (krb5,krb4,int, or loc) authentication type for rule
-\item authparm => authentication parameter for rule
-\item authparmfixed => 1 if authparm used when creating user for rule must
+\item desc =\textgreater long name for rule
+\item rule =\textgreater description of rule
+\item authtype =\textgreater (krb5,krb4,int, or loc) authentication type for rule
+\item authparm =\textgreater authentication parameter for rule
+\item authparmfixed =\textgreater 1 if authparm used when creating user for rule must
be authparm
-\item authmsg => Message to display describing authentication to use for
+\item authmsg =\textgreater Message to display describing authentication to use for
this rule
\end{itemize}
\item \$rulesorder - reference to array containing rule names in order to
@@ -75,8 +75,8 @@
each key, value is a hash
\begin{itemize}
-\item desc => long name for rule
-\item rule => description of rule
+\item desc =\textgreater long name for rule
+\item rule =\textgreater description of rule
\end{itemize}
\item \$rulesorder - reference to array containing rule names in order to
be displayed
@@ -100,7 +100,7 @@
\end{quotation}
\texttt{\},}
-\texttt{facstaffID => \{}
+\texttt{facstaffID =\textgreater \{}
\begin{quotation}
\texttt{name => 'MSU faculty/staff ID',}
@@ -127,8 +127,8 @@
key, value is a hash
\begin{itemize}
-\item desc => long name for rule
-\item rule => description of rule
+\item desc =\textgreater long name for rule
+\item rule =\textgreater description of rule
\end{itemize}
\item \$rulesorder - reference to array containing rule names in order to
be displayed
@@ -165,7 +165,7 @@
\texttt{\}}
\end{quotation}
The corresponding routines which check for compliance with rules enabled
-via Domain Configuration-> User Creation are \emph{username\_check()},
+via Domain Configuration-\textgreater User Creation are \emph{username\_check()},
\emph{id\_check()}, and \emph{selfcreate\_check()}. The three routines
accept a similar set of four arguments, and return 'ok' in each case,
if no error occurred.