[comp.os.vms] Finding out if logins are disabled.

PETER@HROEUR5.BITNET (Peter van Schie - EUR/ERC) (07/27/87)

>Is there any way to find out if logins are disabled when a user logs in ?
>(There must be - VMS does it...)  I'd like to track users with OPER priv

>Todd Warnock

The number of interactive logins enabled is stored in the SYSGEN parameter
IJOBLIM. So in DCL you can do a  ILIM = f$getsyi("IJOBLIM")
and in a program a  $GETSYI with the item code SYI$_IJOBLIM.


  Peter van Schie
  Erasmus Computing Centre, Erasmus University Rotterdam, Netherlands
  PO Box 1738, 3000 DR  Rotterdam;  Tel: +31 (010) 4081246
  PETER@HROEUR5 (bitnet/earn)