home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / vms / 15077 < prev    next >
Encoding:
Text File  |  1992-09-15  |  2.7 KB  |  64 lines

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!cis.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!eagle!ariel.lerc.nasa.gov!uugblum
  3. From: uugblum@ariel.lerc.nasa.gov (VMScluster Administrator)
  4. Subject: Re: dsnlink
  5. Message-ID: <15SEP199213274494@ariel.lerc.nasa.gov>
  6. News-Software: VAX/VMS VNEWS 1.41    
  7. Sender: news@eagle.lerc.nasa.gov
  8. Nntp-Posting-Host: ariel.lerc.nasa.gov
  9. Organization: NASA Lewis Research Center
  10. References: <01GOS07J5OSI0000B2@VAXF.COLORADO.EDU>
  11. Date: 15 Sep 1992 13:27 EST  
  12. Lines: 50
  13.  
  14. In article <01GOS07J5OSI0000B2@VAXF.COLORADO.EDU>, DWING@UH01.Colorado.EDU (Dan Wing) writes...
  15. >Eva Brown <brown@CAER.UKY.EDU>, wrote:
  16. >>Is there anyone one using DSNLINK?  
  17. [stuff deleted]
  18. >>Any disadvantages or problems?
  19. [more stuff deleted]
  20. >I'd recommend using the ACL security discussed in the DSNlink manual so that
  21. >only 'authorized' individuals can send Email messages to the CSC requesting
  22. >help (this is for the same reason you don't give DEC's 1-800 number and
  23. >your access code to all your users).  You may want to also restrict access to 
  24. >the ITS and/or VTX portions of DSNlink to appropriate individuals.
  25. >-Dan Wing, DWING@UH01.Colorado.EDU or WING_D@UCOLMCC.BITNET (DGW11)
  26. > Systems Programmer, University Hospital, Denver
  27.  
  28. In sequence number C910624-1638, I asked DEC CSC about DSNlink usage
  29. restrictions.  The response was that only authorized people on the software
  30. contract could request software patches and submit problems.  There were no
  31. restrictions on the use of DSN ITS.  I thought this was great because users
  32. could obtain programming examples directly from DSN ITS which would free up
  33. some of my time.
  34.  
  35. The installation guide suggests changing the file protection, but it doesn't
  36. tell you what you should do.  I asked DEC CSC to improve their documentation.
  37. After some experimentation, I found the following protection changes to be
  38. acceptable.
  39.  
  40. $! Disable access to VTX.  Users don't need access to patches.
  41. $ Set File /Prot=W SYS$SYSTEM:DSN$VTXPAD.EXE
  42. $!
  43. $! Don't let users change the registered phone number.
  44. $ Set File /Prot=W SYS$LIBRARY:DSN$REGSHR.EXE
  45. $!
  46. $! Don't let users log problem calls with CSC (send mail)
  47. $ Set File /Prot=W SYS$LIBRARY:DSN_MAILSHR.EXE
  48. $!
  49. $! Allow incoming mail messages
  50. $ Set File /Acl=(Id=[DSN$SERVER], Access=R+E) SYS$LIBRARY:DSN_MAILSHR.EXE
  51.  
  52. --------------------------------------------------------------------------------
  53. The opinions expressed are my own, and not that of my employer.
  54.  
  55. Greg Blumers                Sverdrup Technology, Inc.
  56. VAXcluster Administrator        c/o NASA Lewis Research Center
  57. (216)433-6777                Mail Stop 142-2
  58.                     21000 Brookpark Road
  59. uugblum@scivax.lerc.nasa.gov        Cleveland, OH 44135
  60. --------------------------------------------------------------------------------
  61.