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

  1. Xref: sparky comp.os.vms:17883 vmsnet.sysmgt:340
  2. Newsgroups: comp.os.vms,vmsnet.sysmgt
  3. Path: sparky!uunet!tellab5!laidbak!newsserver.pixel.kodak.com!rpi!zaphod.mps.ohio-state.edu!darwin.sura.net!convex!news.utdallas.edu!corpgate!bnrgate!nott!torn!utcsri!newsflash.concordia.ca!nstn.ns.ca!cs.dal.ca!ug.cs.dal.ca!hudson
  4. From: hudson@ug.cs.dal.ca (Bruce Hudson)
  5. Subject: Re: HELP: how to stop and prevent break in?
  6. Message-ID: <BxM3AD.I6x@cs.dal.ca>
  7. Sender: usenet@cs.dal.ca (USENET News)
  8. Nntp-Posting-Host: ug2.cs.dal.ca
  9. Organization: Math, Stats & CS, Dalhousie University, Halifax, NS, Canada
  10. References: <1ds5eqINN185@merak.usc.edu> <69356@cup.portal.com>
  11. Date: Thu, 12 Nov 1992 16:32:36 GMT
  12. Lines: 39
  13.  
  14. In article <69356@cup.portal.com> Chris_F_Chiesa@cup.portal.com writes:
  15. >
  16. >>    OWNER=[my,WHO] 
  17. >>
  18. >>All the files and directories under that account have two owners  [...]
  19. >
  20. >I believe you are merely seeing the file's ownership information expressed
  21. >as a Group and Member -- [GROUP,MEMBER] -- rather than as an Identifier --
  22. >[IDENT] .  And I further believe that this is caused by the absence of an
  23. >Identifier for the file's owner, in the system UAF.
  24. >
  25. >You need to determine which user is "user 'WHO' in group 'my'," and if he
  26. >is legitimate and entitled to ownership of the files, simply add the proper
  27. >identifier for him -- often, this has the same appearance as his username --
  28. >to the UAF using AUTHORIZE ADD/IDENT /USER=username .
  29.  
  30.     You are correct that this is a [group,member] UIC but your reason
  31. is incorrect. If there is a symbolic name for the member, there must
  32. be an identifier for the owner's UIC. Rather, VMS normally displays
  33. the ownership in this mode if an identifier for the group exists. That
  34. is an identifer with the value [group#, 17777]. The AUTHORIZE program
  35. will try to create such an identifer if the ACCOUNT field has a value.
  36.  
  37.     You can get rid of the group, displaying just [WHO] instead of
  38. [my,WHO] by deleteing the identifier my. If it really is in lower case
  39. be sure to put it in quotes to prevent the parse routines from turning
  40. it into upper case. In AUTHORIZE,
  41.  
  42.     SHOW/ID "my"
  43.     REMOVE/ID "my"
  44.  
  45. You should be aware that if you ever add a user with the account field
  46. set, AUTHORIZE will recreate the identifier.
  47.  
  48. -- 
  49. Bruce A. Hudson            | HUDSON@AC.DAL.CA
  50. UCIS, Facilities and Operations    | HUDSON@DALAC    (Bitnet)
  51. Dalhousie University        | HUDSON@DALCS    (UUCP)
  52. Halifax, Nova Scotia, Canada    |
  53.