--- doc/Attic/how_to_domain_coordinator.txt 2001/05/28 17:25:42 1.2 +++ doc/Attic/how_to_domain_coordinator.txt 2001/05/28 17:47:27 1.3 @@ -12,12 +12,19 @@ for the domain 103. 2. /usr/sbin/adduser dc103 3. passwd dc103 enter in a password -4. login as user=www -5. cd /home/httpd/lonUsers -6. install -d 103/d/c/1/dc103 -7. cd 103/d/c/1/dc103 -8. echo "unix:" > passwd -9. Run the following script with the arguments +4. Cause 'www' to be a member of the group 'dc103' + Change this line in /etc/group + dc103:x:NUMBER: + to be + dc103:x:NUMBER:www +5. Set permissions for /home/dc103 and /home/dc103/public_html + to be readable by www. +6. login as user=www +7. cd /home/httpd/lonUsers +8. install -d 103/d/c/1/dc103 +9. cd 103/d/c/1/dc103 +10. echo "unix:" > passwd +11. Run the following script with the arguments [script] 103 dc103 #!/usr/bin/perl @@ -47,3 +54,4 @@ map { close OUT; untie %hash; +12. Restart the lon processes (/etc/rc.d/init.d/loncontrol restart)