Annotation of doc/adding_a_author.txt, revision 1.3

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

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