File:  [LON-CAPA] / doc / Attic / adding_a_author.txt
Revision 1.1: download - view: text, annotated - select for diffs
Wed Apr 11 19:15:19 2001 UTC (22 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- decription of the steps need to make a new author

As root:

# adduser horvath
# passwd horvath
# vigr
   (add www to the horvath group)
# cat /etc/passwd | grep horvath
   (note userid number)
# vi /etc/smbpasswd
   (add another entry use the above userid)
# smbpasswd horvath
# su - horvath
> chmod g+x .
> mkdir public_html

Login as a Domian Coordinator
goto /adm/createuser


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