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

    1:  
    2: as root:
    3: # adduser horvath
    4: <unix>
    5: # passwd horvath
    6: # vigr (add www to the horvath group)
    7: </unix>
    8: # /etc/rc.d/init.d/httpd restart
    9: <samba>
   10: # smbpasswd -a horvath
   11: /samba>
   12: # su - horvath
   13: > chmod g+x .
   14: > mkdir public_html
   15: > chmod g+s public_html
   16: <kerberos>
   17: # cd /home
   18: # chown -R www:www horvath
   19: </kerberos>
   20: Login as a Domian Coordinator
   21: goto /adm/createuser (type in username, click Create, fill in data, select
   22:                       Kerberos, select role of author click create)
   23: <unix>
   24: as www-
   25: > vi /home/httpd/lonUsers/msu/h/o/r/horvath/passwd
   26: Replace the contents with
   27: unix:
   28: </unix>

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