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

version 1.2, 2001/06/23 02:16:30 version 1.5, 2001/08/07 14:51:11
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
 # cat /etc/passwd | grep horvath  <samba>
    (note userid number)  # smbpasswd -a horvath
 # vi /etc/smbpasswd  </samba>
    (add another entry use the above userid)  
 # smbpasswd horvath  
 # su - horvath  # su - horvath
 > chmod g+x .  > chmod g+x .
 > mkdir public_html  > mkdir public_html
   > chmod g+s 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.5


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