File:  [LON-CAPA] / doc / Attic / adding_a_author.txt
Revision 1.3: download - view: text, annotated - select for diffs
Sat Jun 23 02:35:22 2001 UTC (22 years, 10 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- cleanup and added some more detail as to what to do with the GUI end

As root:
# adduser horvath
# passwd horvath
# vigr (add www to the horvath group)
# /etc/rc.d/init.d/httpd restart
<samba>
# cat /etc/passwd | grep horvath
   (note userid number)
# vi /etc/smbpasswd
   (add another entry use the above userid)
# smbpasswd horvath
</samba>
# su - horvath
> chmod g+x .
> mkdir public_html

Login as a Domian Coordinator
goto /adm/createuser (type in username, click Create, fill in data, select 
                        Kerberos, select role of author click create)
as www-
> vi /home/httpd/lonUsers/msu/h/o/r/horvath/passwd
Replace the contents with 
unix:


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