HP3000-L Archives

August 1996, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Nizzardini Al <[log in to unmask]>
Reply To:
Nizzardini Al <[log in to unmask]>
Date:
Tue, 20 Aug 1996 11:22:24 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (66 lines)
Thanks for the many replies. I think we will try Stan's option number
two. Also been looking at the Vesoft manual and I see opportunities
within the securcon.data.vesoft file.
 
 
Al Nizzardini
 
 ----------
From:  Stan Sieler[SMTP:[log in to unmask]]
Sent:  Monday, August 19, 1996 4:26 PM
To:  Nizzardini Al
Cc:  HP3000-L
Subject:  Re: No Subject
 
Al writes:
> I am trying to limit users from streaming jobs from account A that have
a
> job card that logs into account B. The only way that I have been able
to
> prevent this is if the user or account in the job card is passworded.
Any
 
Two approaches:
 
   1) *prevent* the STREAM (i.e., no job is ever started)
 
   2) detect the STREAM from within the new job, and terminate the job.
 
#1 requires intercepting the CI's attempt at executing the STREAM
command,
which can be done by write a procedure exit (AIE:PE) that intercepts
at a variety of spots, including: exec_cmd, get_logon_cmd, slo_get_comnd,
stop_user, and telluserlogon.
 
#2 can be done with a logon UDC for account B that checks the
HPSTREAMEDBY variable.  (Example: HPSTREAMEDBY = Q,STAN.A (#S109))
If ".A " is in the variable, then do a "BYE" command.
 
 --
Stan Sieler                                          [log in to unmask]
                                     http://www.allegro.com/sieler.html
 
 ------ Message Header Follows ------
Received: from mail5.pilot.net by smtpgate.mwhse.com
  (PostalUnion/SMTP(tm) v2.1.8d for Windows NT(tm))
  id AA-1996Aug19.162648.1697.5527; Mon, 19 Aug 1996 16:26:48 -0400
Received: from bart.denkart.com (bart.denkart.com [204.153.192.100]) by
mail5.pilot.net with SMTP id QAA27898 for <[log in to unmask]>; Mon,
19 Aug
1996 16:31:30 -0400 (EDT)
Received: (from sieler@localhost) by bart.denkart.com (8.6.12/8.6.12) id
NAA32683; Mon, 19 Aug 1996 13:31:18 -0700
From: Stan Sieler <[log in to unmask]>
Message-Id: <[log in to unmask]>
Subject: Re: No Subject
To: [log in to unmask]
Date: Mon, 19 Aug 1996 13:31:18 -0700 (PDT)
Cc: [log in to unmask]
In-Reply-To:  <[log in to unmask]> from
"Nizzardini
Al" at Aug 19, 96 03:19:04 pm
X-Mailer: ELM [version 2.4 PL24]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

ATOM RSS1 RSS2