Diff for /doc/Attic/adding_a_author.txt between versions 1.2 and 1.3

version 1.2, 2001/06/23 02:16:30 version 1.3, 2001/06/23 02:35:22
Line 1 Line 1
 As root:  As root:
   
 # adduser horvath  # adduser horvath
 # passwd horvath  # passwd horvath
 # vigr  # vigr (add www to the horvath group)
    (add www to the horvath group)  # /etc/rc.d/init.d/httpd restart
   <samba>
 # cat /etc/passwd | grep horvath  # cat /etc/passwd | grep horvath
    (note userid number)     (note userid number)
 # vi /etc/smbpasswd  # vi /etc/smbpasswd
    (add another entry use the above userid)     (add another entry use the above userid)
 # smbpasswd horvath  # smbpasswd horvath
   </samba>
 # su - horvath  # su - horvath
 > chmod g+x .  > chmod g+x .
 > mkdir public_html  > mkdir public_html
   
 Login as a Domian Coordinator  Login as a Domian Coordinator
 goto /adm/createuser  goto /adm/createuser (type in username, click Create, fill in data, select 
                           Kerberos, select role of author click create)
 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:
   

Removed from v.1.2  
changed lines
  Added in v.1.3


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