home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / vms / 19429 < prev    next >
Encoding:
Internet Message Format  |  1992-12-16  |  1.5 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!asuvax!ncar!noao!arizona!sunquest!spades.aces.com!system
  2. From: system@spades.aces.com (SYSTEM MANAGER)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: How to prevent login.com from running.
  5. Message-ID: <16DEC199207414068@spades.aces.com>
  6. Date: 16 Dec 92 14:41:00 GMT
  7. References: <11345@prijat.cs.uofs.edu>
  8. Sender: news@cs.arizona.edu
  9. Reply-To: gavron@ACES.COM
  10. Organization: ACES Consulting Inc.
  11. Lines: 33
  12. News-Software: VAX/VMS VNEWS 1.4-b1
  13.  
  14. In article <11345@prijat.cs.uofs.edu>, gavinl1@jaguar.uofs.edu writes...
  15. #I was wondering if there is any way to globally not run any users's login.coms.
  16. #We have an command running from rshell and we do not want the user's login.com
  17. #to run for this command.  I realize the users can put in a check for non-
  18. #interactive processes, but that is not the preferred method.  I would like 
  19. #something more automated that I can control.
  20. #Thanks for any help...
  21.  
  22. Modify the SYSUAF entry so LGICMD is not LOGIN.
  23. Add the following to the end of sys$sylogin:
  24.  
  25. $ if f$mode() .nes. "NETWORK" .and. f$search("sys$login:login.com") .nes. "" -
  26.     then @sys$login:login.com
  27.  
  28.  
  29. Note that users can no longer use the /NOCOM qualifier on their username
  30. when logging in.
  31.  
  32. #          Lori
  33. #--
  34. #|  Lori Gavin                      |           UUUU       SSSSSSSSSSSSSSS
  35. #|INTERNET: GAVINL1@JAGUAR.UOFS.EDU |           UUUUUUUUUUUSSSSSSSSSSSSSSSSS
  36.  
  37. Ehud
  38.  
  39. --
  40. Ehud Gavron        (EG76)     
  41. gavron@vesta.sunquest.com
  42. How's it going in those MODULAR LOVE UNITS??
  43.