File:  [LON-CAPA] / doc / Attic / adding_a_author.txt
Revision 1.2: download - view: text, annotated - select for diffs
Sat Jun 23 02:16:30 2001 UTC (22 years, 10 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- added instructions on modifying password location

    1: As root:
    2: 
    3: # adduser horvath
    4: # passwd horvath
    5: # vigr
    6:    (add www to the horvath group)
    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: # su - horvath
   13: > chmod g+x .
   14: > mkdir public_html
   15: 
   16: Login as a Domian Coordinator
   17: goto /adm/createuser
   18: 
   19: as www-
   20: > vi /home/httpd/lonUsers/msu/h/o/r/horvath/passwd
   21: 
   22: Replace the contents with 
   23: unix:
   24: 

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