home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / vms / 20110 < prev    next >
Encoding:
Text File  |  1992-12-30  |  1.9 KB  |  40 lines

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!usenet
  3. From: miller@tgv.com (Vagrant)
  4. Subject: Re: TT_AccPorNam field remains null on a SHOW USERS output ?
  5. Message-ID: <1992Dec30.214556.20223@news.arc.nasa.gov>
  6. Sender: usenet@news.arc.nasa.gov
  7. Reply-To: miller@tgv.com
  8. Organization: TGV Incorporated in Santa Cruz, CA
  9. References: <01GSVSPU15CY006MJF@VAXF.COLORADO.EDU> <1hs3boINNnqs@gap.caltech.edu> <1992Dec30.194053.1936@eco.twg.com>
  10. Date: Wed, 30 Dec 1992 21:45:56 GMT
  11. Lines: 27
  12.  
  13.  
  14. In article <1992Dec30.194053.1936@eco.twg.com>, larry@eco.twg.com (Lawrence B. Henry III) writes:
  15. #
  16. #In article <1hs3boINNnqs@gap.caltech.edu>, carl@SOL1.GPS.CALTECH.EDU (Carl J Lydick) writes:
  17. #|>Now for the $64 question:  In looking at the accounting file, how do you
  18. #|>determine where the user is coming from?  Yeah, I know, there's probably some
  19. #|>way to get the AUDIT mechanisms to record this information, but I'd rather have
  20. #|>it show up in ACCOUNTNG.DAT.
  21. #
  22. #Unfortunately you are correct Carl.. there is no consistent place to look at
  23. #present to determine this information.. but I believe you can be assured that
  24. #it will be in either the accounting file or the auditing logs at the very least
  25. #I am not sure if DEC has deceided which mechanism it likes better. I believe
  26. #that the auditing approach is going to be the recommended answer/solution 
  27. #to this problem, since this mechanism seems more natural to the problem that
  28. #is being solved here.
  29.  
  30. When the Telnet session ends, the values in the P1 locations CTL$T_NODENAME
  31. and CTL$T_REMOTEID should be written in the the process-rundown
  32. accounting record, if enabled.  You can check those values while you're
  33. logged in to se if UCX even sets them.  If not, you could add a program
  34. to your login which could fill them in.  The CTL$T_NODENAME field is
  35. limited to six characters, but you could put a 32-bit IP address in there.
  36. CTL$T_REMOTEID should be set to the USERNAME.
  37.  
  38. -bruce
  39.  
  40.