File:  [LON-CAPA] / doc / Attic / adding_a_author.txt
Revision 1.2: download - view: text, annotated - select for diffs
Sat Jun 23 02:16:30 2001 UTC (22 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- added instructions on modifying password location

As root:

# adduser horvath
# passwd horvath
# vigr
   (add www to the horvath group)
# cat /etc/passwd | grep horvath
   (note userid number)
# vi /etc/smbpasswd
   (add another entry use the above userid)
# smbpasswd horvath
# su - horvath
> chmod g+x .
> mkdir public_html

Login as a Domian Coordinator
goto /adm/createuser

as www-
> vi /home/httpd/lonUsers/msu/h/o/r/horvath/passwd

Replace the contents with 
unix:


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