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

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!nsisrv!kong!dstl86.gsfc.nasa.gov!olson
  3. From: olson@dstl86.gsfc.nasa.gov (Paul Olson)
  4. Subject: Re: ACL Problem
  5. Message-ID: <10NOV199208110726@dstl86.gsfc.nasa.gov>
  6. News-Software: VAX/VMS VNEWS 1.41    
  7. Sender: news@kong.gsfc.nasa.gov
  8. Organization: Mission Operations and Data Systems
  9. References: <00963598.9E30D560.15229@shrsys.hslc.org>
  10. Date: 10 Nov 1992 08:11 EST  
  11. Lines: 62
  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]).  Here is 
  19. >the output from DIR/FULL:
  20. >Directory SYS$USER0:[MAIL]
  21. >ILLTF.DIS;4                   File ID:  (21723,2,0)
  22. >Size:            1/3          Owner:    [DRA,ANONYMOUS]
  23. >File protection:    System:RWED, Owner:RWED, Group:RE, World:RE
  24. >Access Cntrl List:  (IDENTIFIER=HNET_MGR,ACCESS=READ+WRITE+EXECUTE+DELETE+
  25. >                    CONTROL)
  26. >
  27. >Directory SYS$USER0:[000000]
  28. >MAIL.DIR;1                    File ID:  (808,1,0)
  29. >Size:            3/3          Owner:    [DRA,ANONYMOUS]
  30. >File protection:    System:RWE, Owner:RWE, Group:RE, World:RE
  31. >Access Cntrl List:  (IDENTIFIER=HNET_MGR,OPTIONS=DEFAULT,ACCESS=READ+WRITE+
  32. >                    EXECUTE+DELETE+CONTROL)
  33. >When these users try to modify ILLTF.DIS using EDIT/TPU, these users can read
  34. >the file, but get the following EVE error messages when trying to save the file
  35. >after editing:
  36. >    Error opening SYS$USER0:[MAIL]ILLTF.DIS;4 as output
  37. >    Insufficient privilege or file protection violation
  38. >With regular system privileges, I can read and write the file with no problem.
  39. >What am I missing?
  40.  
  41. There is another ACL you need to add to MAIL.DIR.  It is:
  42.  
  43.     (IDENT=HNET_MGR,ACCESS=READ+WRITE+EXECUTE+CONTROL)
  44.  
  45. The OPTION=DEFAULT ACE is only applicable to files created in the MAIL.DIR
  46. directory, not the directory file itself.  Also, if I remember correctly, the
  47. new ACE must be placed above the one you've already defined.
  48.  
  49. >-------------------------------------------------------------------------------
  50. >Alan Simon                                      simon@hslc.org  
  51. >Associate Director                              simon@shrsys.hslc.org
  52. >Health Sciences Libraries Consortium            VOICE: (215) 222-1532  
  53. >3600 Market Street, Suite 550                     FAX: (215) 222-0416
  54. >Philadelphia, PA  19104
  55. >-------------------------------------------------------------------------------
  56.  
  57.        __  Paul J. Olson - VAX Systems Manager & Resident Amiga Addict 
  58.   C=  ///  Voice -     301/286-4246, 301725-5501                       
  59.  __  ///   DECnet-    DSTL86::OLSON                                    
  60.  \\\///    Internet - olson@dstl86.gsfc.nasa.gov                       
  61.   \XX/     Disclaimer: Statements in my messages are wholely my own.   
  62.   AMIGA    "[the universe originated] as a quantum fluctuation         
  63.             of absolutely nothing." - Guth & Steinhardt                    
  64.