File:  [LON-CAPA] / doc / Attic / adding_a_author.txt
Revision 1.4: download - view: text, annotated - select for diffs
Tue Jun 26 15:50:10 2001 UTC (22 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- needed for proper permission control

    1: As root:
    2: # adduser horvath
    3: # passwd horvath
    4: # vigr (add www to the horvath group)
    5: # /etc/rc.d/init.d/httpd restart
    6: <samba>
    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
   12: </samba>
   13: # su - horvath
   14: > chmod g+x .
   15: > mkdir public_html
   16: > chmod g+s public_html
   17: 
   18: Login as a Domian Coordinator
   19: goto /adm/createuser (type in username, click Create, fill in data, select 
   20:                         Kerberos, select role of author click create)
   21: as www-
   22: > vi /home/httpd/lonUsers/msu/h/o/r/horvath/passwd
   23: Replace the contents with 
   24: unix:
   25: 

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