home *** CD-ROM | disk | FTP | other *** search
/ ftp.cse.unsw.edu.au / 2014.06.ftp.cse.unsw.edu.au.tar / ftp.cse.unsw.edu.au / pub / doc / CSE / CF / dialin.old next >
Text File  |  1993-07-12  |  1KB  |  36 lines

  1. How To Grant Modem Access
  2.  
  3. Step 1:    Try not to grant it at all.
  4.  
  5.     We all know from the Phone Wars that the modems are overloaded.
  6.  
  7. Step 2:    Make sure the user in question has a Real Home Directory.
  8.  
  9.     If they don't yet, _just_ lim them and _don't_ mkdir the new home.
  10.  
  11.     In the fullness of time we will have a login program which does
  12.     validate's task, yea, even unto making directories on the fly,
  13.     but until then modem users telnet from the Funnel, and need a
  14.     ready made place for their files.
  15.  
  16. Step 3:    Add the users to the class DialIn with a suitable expiry date:
  17.  
  18.     lim classes+DialIn[930201] s2109121
  19.  
  20. Step 4:    Mail the person concerned the file /usr/local/doc/blurbs/annex.
  21.  
  22.     mail -s 'how to dial in' s2109121 < /usr/local/doc/blurbs/annex
  23.  
  24. Step 5:    Regenerate the /etc/d_users files for the postgrad lab.
  25.  
  26.     On an Apollo:
  27.       mkdir d_users
  28.       ~cameron/bin/fixd_users L-postgrad
  29.       cd d_users
  30.       for i in *; do cat $i > //$i/sys/node_data/etc/d_users; done
  31.  
  32.     Again, in the fullness of time the d_users files will take a walk.
  33.  
  34. The DialIn class gives login access to the Annex and telnet access to the
  35. postgrad lab.
  36.