Diff for /loncom/html/adm/help/tex/Authentication.tex between versions 1.1 and 1.6

version 1.1, 2003/08/20 16:17:40 version 1.6, 2013/11/25 16:46:51
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 Kerberous 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 (e.g. LDAP).
   \end{enumerate}
   
   If the student or user you are adding to LON-CAPA will be using the same account as 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.1  
changed lines
  Added in v.1.6


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