File:  [LON-CAPA] / doc / Attic / adding_a_author.txt
Revision 1.6: download - view: text, annotated - select for diffs
Mon Nov 19 17:52:33 2001 UTC (22 years, 5 months ago) by albertel
Branches: MAIN
CVS tags: version_0_4, stable_2002_spring, stable_2002_july, stable_2002_april, stable_2001_fall, STABLE, HEAD
- much newer much improved, shows how todo a kerberos author and unix

 
as root:
# adduser horvath
<unix>
# passwd horvath
# vigr (add www to the horvath group)
</unix>
# /etc/rc.d/init.d/httpd restart
<samba>
# smbpasswd -a horvath
/samba>
# su - horvath
> chmod g+x .
> mkdir public_html
> chmod g+s public_html
<kerberos>
# cd /home
# chown -R www:www horvath
</kerberos>
Login as a Domian Coordinator
goto /adm/createuser (type in username, click Create, fill in data, select
                      Kerberos, select role of author click create)
<unix>
as www-
> vi /home/httpd/lonUsers/msu/h/o/r/horvath/passwd
Replace the contents with
unix:
</unix>

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