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