home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / vms / 12745 < prev    next >
Encoding:
Text File  |  1992-07-23  |  2.7 KB  |  54 lines

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!usc!sdd.hp.com!elroy.jpl.nasa.gov!nntp-server.caltech.edu!SOL1.GPS.CALTECH.EDU!CARL
  3. From: carl@SOL1.GPS.CALTECH.EDU (Carl J Lydick)
  4. Subject: Re: Am I in SYLOGIN?
  5. Message-ID: <1992Jul23.205034.23839@cco.caltech.edu>
  6. Sender: news@cco.caltech.edu
  7. Nntp-Posting-Host: sol1.gps.caltech.edu
  8. Reply-To: carl@SOL1.GPS.CALTECH.EDU
  9. Organization: HST Wide Field/Planetary Camera
  10. References: <01GMPOUMHYGWANBRS5@ccmail.sunysb.edu>
  11. Date: Thu, 23 Jul 1992 20:50:34 GMT
  12. Lines: 40
  13.  
  14. In article <01GMPOUMHYGWANBRS5@ccmail.sunysb.edu>, SKAPUR@CCMAIL.SUNYSB.EDU (Sanjay Kapur) writes:
  15. >>
  16. >>How about having the image check for a known executive-mode logical name in the
  17. >>job table?  If it finds the logical name, it assumes it's already been run and
  18. >>exits.  If it doesn't find it, it creates it, does whatever it's supposed to
  19. >>do, and exits.  For this to be effective, you'd have to set the DISCTLY flag in
  20. >>the UAF for all the accounts, and have SYS$SYLOGIN set NOCONTROL=Y after
  21.                                                      ^^^^^^^^^^^^^^^
  22. Sorry, should've been SET CONTROL=Y.
  23.  
  24. >>running the image.
  25.  
  26. >Don't forget to also set the RESTRICTED and DEFCLI flags in the UAF if you do 
  27. >not want users to bypass the SYS$SYLOGIN procedure.  See HELP LOGIN.
  28.  
  29. Unnecessary.  All three supported CLIs check for the logical SYS$SYLOGIN and
  30. execute the appropriate file if they can find it.  Please note:  On systems
  31. that support CLIs other than DCL, you should NOT
  32.     $ DEFINE/SYS/EXEC SYS$SYLOGIN SYS$MANAGER:SYLOGIN.COM
  33. instead, you should
  34.     $ DEFINE/SYS/EXEC SYS$SYLOGIN SYS$MANAGER:SYLOGIN
  35. and have a SYLOGIN.COM for DCL, a SYLOGIN.CMD for MCR, and a SYLOGIN.SH (I
  36. think) for DECShell in SYS$MANAGER:.
  37.  
  38. If you've got alternate CLITABLES INSTALLed, you should make sure that none of
  39. the definitions in them don't break the corresponding SYLOGIN.  A user cannot
  40. use the /TABLES qualifier to use an alternate CLITABLE unless that alternate
  41. table is INSTALLed.
  42.  
  43. This takes care of the /CLI and the /TABLES qualifiers for login.  The other
  44. three, /COMMAND, /DISK, and /NEW_PASSWORD have absolutely no affect on
  45. executing SYS$SYLOGIN.
  46. --------------------------------------------------------------------------------
  47. Carl J Lydick | INTERnet: CARL@SOL1.GPS.CALTECH.EDU | NSI/HEPnet: SOL1::CARL
  48.  
  49. Disclaimer:  Hey, I understand VAXen and VMS.  That's what I get paid for.  My
  50. understanding of astronomy is purely at the amateur level (or below).  So
  51. unless what I'm saying is directly related to VAX/VMS, don't hold me or my
  52. organization responsible for it.  If it IS related to VAX/VMS, you can try to
  53. hold me responsible for it, but my organization had nothing to do with it.
  54.