File:  [LON-CAPA] / doc / Attic / adding_a_author.txt
Revision 1.5: download - view: text, annotated - select for diffs
Tue Aug 7 14:51:11 2001 UTC (22 years, 7 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- easier method for doing samba

    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: # smbpasswd -a horvath
    8: </samba>
    9: # su - horvath
   10: > chmod g+x .
   11: > mkdir public_html
   12: > chmod g+s public_html
   13: 
   14: Login as a Domian Coordinator
   15: goto /adm/createuser (type in username, click Create, fill in data, select 
   16:                         Kerberos, select role of author click create)
   17: as www-
   18: > vi /home/httpd/lonUsers/msu/h/o/r/horvath/passwd
   19: Replace the contents with 
   20: unix:
   21: 

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