File:  [LON-CAPA] / doc / build / Attic / loncapapasswords.html
Revision 1.3: download - view: text, annotated - select for diffs
Thu Feb 15 15:58:38 2001 UTC (23 years, 3 months ago) by harris41
Branches: MAIN
CVS tags: version_1_0_3, version_1_0_2, version_1_0_1, version_1_0_0, version_0_99_5, version_0_99_4, version_0_99_3, version_0_99_2, version_0_99_1, version_0_99_0, version_0_6_2, version_0_6, version_0_5_1, version_0_5, version_0_4, stable_2002_spring, stable_2002_july, stable_2002_april, stable_2001_fall, conference_2003, STABLE, HEAD
fixing the date of being last updated.. -Scott

<HTML>
<HEAD>
<TITLE>LON-CAPA Managing user passwords</TITLE>
</HEAD>
<BODY>
<H1>LON-CAPA Managing user passwords</H1>
<P>
Scott Harrison
</P>
<P>
Last updated: 02/15/2001
</P>
<P>
This file describes issues associated with managing user
passwords on a LON-CAPA system.
</P>
<H3>Latest HOWTO</H3>
<P>
There are three main topics when considering user passwords:
authentication, accessing the file system, and web-based access.
</P>
<P>
Authentication is covered in a separate document.  I will briefly
mention that LON-CAPA supports different kinds of authentication
that can be customized for use within different institutional computing
environments.  Authentication, whether it be related to web-based access,
or accessing the file system, is strictly the job of library servers,
not access servers.
</P>
<P>
Web-based access is initiated through a javascript encrypted protocol.
The server enables access to LON-CAPA from the client IP address until
the user logs out, or time expires without any action made by the user
on the web pages.  Web-based access is something which is implemented
for the full range of users--from students to course administrators
to content developers.  LON-CAPA relies upon the /home/httpd/lonUsers/
directories to store information about password authentication for
the users of a given system.
</P>
<P>
Something which is not implemented for the full range of users, but
which is reserved for content developers, is file system access.
LON-CAPA provides for a wide range of file system access including
SSH, Samba (Windows Network Neighborhood), Appleshares, an FTP.
Three files are involved with coordinating file system access:
/etc/group, /etc/smbpasswd, and /etc/passwd.
</P>
<P>
Correctly handling the contents of /home/httpd/lonUsers directories,
and the /etc/group, /etc/smbpasswd, and /etc/passwd files is of
critical importance to ensure uninterrupted access to the LON-CAPA
network.
</P>
<P>
This document will be developed further.
</P>
</BODY>
</HTML>

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