home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / vms / 17674 < prev    next >
Encoding:
Text File  |  1992-11-09  |  2.3 KB  |  48 lines

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!stanford.edu!kronos.arc.nasa.gov!iscnvx!news
  3. From: marshall@nebula.ssd.lmsc.lockheed.com (Bob Marshall)
  4. Subject: Re: ACL Problem
  5. Message-ID: <1992Nov9.163614.23656@iscnvx.lmsc.lockheed.com>
  6. Sender: news@iscnvx.lmsc.lockheed.com (News)
  7. Reply-To: marshall@nebula.ssd.lmsc.lockheed.com
  8. Organization: LMSC, Sunnyvale, California
  9. References: <00963598.9E30D560.15229@shrsys.hslc.org>
  10. Date: Mon, 9 Nov 92 16:36:14 GMT
  11. Lines: 35
  12.  
  13. In article <00963598.9E30D560.15229@shrsys.hslc.org>, simon@SHRSYS.HSLC.ORG (Alan Simon) writes:
  14. >I am trying to allow non-privileged users to edit a mail distribution list
  15. >file.  I created an identifier called HNET_MGR, and granted this identifier to 
  16. >the appropriate users.  These users are in the uic group [DRA,XXX].  I created 
  17. >ACLs for both the mail distribution list file (ILLTF.DIS) and the directory in 
  18. >which the mail distribution list file is located (SYS$USER0:[MAIL]).
  19.  
  20. >MAIL.DIR;1                    File ID:  (808,1,0)
  21. >Size:            3/3          Owner:    [DRA,ANONYMOUS]
  22. >File protection:    System:RWE, Owner:RWE, Group:RE, World:RE
  23. >Access Cntrl List:  (IDENTIFIER=HNET_MGR,OPTIONS=DEFAULT,ACCESS=READ+WRITE+
  24. >                    EXECUTE+DELETE+CONTROL)
  25. >
  26. >When these users try to modify ILLTF.DIS using EDIT/TPU, these users can read
  27. >the file, but get the following EVE error messages when trying to save the file
  28. >after editing:
  29. >
  30. >    Error opening SYS$USER0:[MAIL]ILLTF.DIS;4 as output
  31. >    Insufficient privilege or file protection violation
  32. >
  33. >What am I missing?
  34.  
  35. The ACL on the directory file does not grant write access to the directory.
  36. The one ACE you specified above is used to specify the default ACL which
  37. will be placed on any new files created in the directory, but it does not
  38. grant write access to the directory. For that, add another ACE just like
  39. the one above, but omit the "OPTIONS=DEFAULT" phrase.
  40.  
  41. =============================================================================
  42. Bob Marshall                     \\     "Women aren't as smart as they
  43. Lockheed Missiles & Space Co.     \\     think they are; they think we
  44. Sunnyvale, CA                      \\    men know a lot more than we
  45. marshall@force.ssd.lmsc.lockheed.com\\   really do."
  46. "I tell the truth 'cept when I lie"  \\     - Tim the Toolman
  47. =============================================================================
  48.