Diff for /loncom/html/adm/help/tex/Authentication.tex between versions 1.2 and 1.3

version 1.2, 2004/04/14 18:31:50 version 1.3, 2005/06/19 17:58:59
Line 1 Line 1
 \label{Authentication}  \label{Authentication}
   
 People are authenticated with a standard username and password scheme.  People are authenticated with a standard username and password scheme.
 LON-CAPA ships with support for LON-CAPA specific passwords, authentication  LON-CAPA ships with support for the following authentication scheme:
 using the UNIX authentication scheme on the server (assuming that  
 user has a user account on that system), and Kerberos 4 and 5. It  \begin{enumerate}
 is easy to add other external authentication types to integrate with  \item internally authenticated: LON-CAPA specific passwords, choose this when in doubt. 
 whatever your campus may use, and there are institutions doing this.  \item system authentication: authentication using the UNIX authentication scheme on the server.  
   \item Kerberos authenticated: authentication based on either a Kerberos 4 or 5 server. 
   \item external authentication: custom authentication integrated with an authentication server other than Kerberos.
   \end{enumerate}
   
   If the student or user you are adding to LON-CAPA will be using the same accountas another system, e.g. email, then your system administrator can tell you which authentication type you should choose.  If you are creating a user that is unique only to LON-CAPA, then select internally authenticated.
   

Removed from v.1.2  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>