home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / vms / 17706 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  848 b 

  1. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!sdd.hp.com!saimiri.primate.wisc.edu!caen!spool.mu.edu!agate!ucbvax!mhs.attmail.com!simons/G=Colin/I=CB/S=Sewell/O=H.A.Simons.Ltd/OU=CORP
  2. From: simons/G=Colin/I=CB/S=Sewell/O=H.A.Simons.Ltd/OU=CORP@mhs.attmail.com
  3. Newsgroups: comp.os.vms
  4. Subject: RE: ACL Problem
  5. Message-ID: <9211092203.AA04227@ucbvax.Berkeley.EDU>
  6. Date: 9 Nov 92 20:35:31 GMT
  7. Sender: usenet@ucbvax.BERKELEY.EDU
  8. Organization: The Internet
  9. Lines: 13
  10.  
  11.  
  12.     the ace:
  13.  
  14.     (IDENTIFIER=HNET_MGR,OPTIONS=DEFAULT,
  15.         ACCESS=READ+WRITE+EXECUTE+DELETE+CONTROL)
  16.  
  17.     on the MAIL.DIR file only specifies the acl that should be placed
  18.     on files created in the directory; it neither grants nor denies
  19.     access to the directory itself.
  20.  
  21.     add another ACE to the directory, identical to the first,
  22.     but leave off the OPTIONS=DEFAULT, and it should work fine.
  23.  
  24.