Annotation of doc/adding_a_author.txt, revision 1.6

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

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