File:  [LON-CAPA] / loncom / html / adm / help / tex / Authentication.tex
Revision 1.6: download - view: text, annotated - select for diffs
Mon Nov 25 16:46:51 2013 UTC (10 years, 7 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, version_2_11_X, version_2_11_5, version_2_11_4_uiuc, version_2_11_4_msu, version_2_11_4, version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3, version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2_educog, version_2_11_2, version_2_11_1, version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0, HEAD
- Fix quotes.

    1: \label{Authentication}
    2: 
    3: People are authenticated with a standard username and password scheme.
    4: LON-CAPA ships with support for the following authentication scheme:
    5: 
    6: \begin{enumerate}
    7: \item Internally authenticated: LON-CAPA specific passwords, choose this when in doubt. 
    8: \item System authentication: authentication using the UNIX authentication scheme on the server.  
    9: \item Kerberos authenticated: authentication based on either a Kerberos 4 or 5 server. 
   10: \item External authentication: custom authentication integrated with an authentication server other than Kerberos (e.g. LDAP).
   11: \end{enumerate}
   12: 
   13: 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''.
   14: 

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