HP3000-L Archives

January 2000, Week 4

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:
Karsten Holland <[log in to unmask]>
Reply To:
Date:
Mon, 24 Jan 2000 18:03:10 -0600
Content-Type:
text/plain
Parts/Attachments:
text/plain (51 lines)
Hello,

I have done this before; setup a logon UDC and check what LDEV the user is
on.  If they are on 21 ask for a password (hardcoded in the UDC). As long as
you keep the UDC file in a group of it's own who's permissions are set to
EXECUTE ONLY, and you use option nohelp, nobreak, this will keep the
password secret and keep the remote user from BREAKING out of it.

Example:

:newgroup udcgroup;access=(r,w,s,a,l:gu;x:any)

/a
    1     DEV21LOGON
    2     option logon,nobreak,nohelp
    3     if HPldevIN=21 then
    4      if INPUT("ldev 21 PASSWORD?")="yourpasshere" then
    5       RETURN
    6      else
    7       BYE
    8      endif
    9     endif
   10     //

Keep that into UDCGROUP, setcatalog to it at the system level, and I'm
pretty sure that's all you need.

Karsten Holland
[log in to unmask]
773-890-8022

-----Original Message-----
From: Arthur Frank [mailto:[log in to unmask]]
Sent: Monday, January 24, 2000 3:14 PM
To: [log in to unmask]
Subject: Remote support modem


Hello,

Is it possible to set a password on the remote support modem (ldev 21)?  If
so, how?

TIA,

Art Frank
Manager of Information Systems
OHS Foundation
[log in to unmask]
(503) 220-8320

ATOM RSS1 RSS2