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

version 1.3, 2001/06/23 02:35:22 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>
 # cat /etc/passwd | grep horvath  # smbpasswd -a horvath
    (note userid number)  /samba>
 # vi /etc/smbpasswd  
    (add another entry use the above userid)  
 # smbpasswd horvath  
 </samba>  
 # su - horvath  # su - horvath
 > chmod g+x .  > chmod g+x .
 > mkdir public_html  > mkdir 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.3  
changed lines
  Added in v.1.6


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