Diff for /doc/Attic/adding_a_author.txt between versions 1.5 and 1.6

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

Removed from v.1.5  
changed lines
  Added in v.1.6


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