HP3000-L Archives

December 2000, Week 5

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:
Doug Werth <[log in to unmask]>
Reply To:
Doug Werth <[log in to unmask]>
Date:
Fri, 29 Dec 2000 22:16:29 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (67 lines)
Art,

I don't recall BOUNCER ever having the ability to password protect ports.
There was a CLS utility (PORTPASS perhaps) that would do this for you.

I am sure many will suggest a security package like Security/3000.

But MPE scripting will do the trick also. And the UDC containing the
password can be kept in a group that globally allows eXecute access only
preventing prying eyes from attempting to read the file. Here is a sample:

logonudc
option LOGON,NOLIST,NOBREAK,NOHELP
if hpldevin = 21 or hpldevin = 100 then
echo You have accessed a private computer system for business use only!
echo All sign on and data usage is logged!
echo Any misuse will be prosecuted to the fullest extent of the law!
echo
setvar pass_attempt 0
while pass_attempt < 3
   set echo=off
   input name=user_response;prompt = "Enter Password >"
   echo
   set echo=on
   setvar user_response ltrim(rtrim(user_response))
   if user_response = "MyPassWord" then
        return
   endif
   setvar pass_attempt pass_attempt + 1
endwhile
tellop ********************************************************
tellop *  Bad modem password entered on ldev !hpldevin
tellop ********************************************************
bye
endif
***

Doug.

Doug Werth                             Beechglen Development Inc.
[log in to unmask]                               Cincinnati, Ohio


----- Original Message -----
From: "Art Bahrs" <[log in to unmask]>
To: <[log in to unmask]>
Sent: Friday, December 29, 2000 6:34 PM
Subject: Bouncer w/ LDev's ??


> Hi All :)
>     Ok, I have Bouncer up and monitoring our system, now IIRC, (and we all
> know how good my memory is! hehe) we used Bouncer back in the early (to
mid)
> '80's to control access to specific ports on our Series 44.... Or did we
use
> something else?
>
>    What I want to do is throw a password level on a few specific ports
that
> we use here...
>
> Any ideas?
>
> Thanks,
> Art "hmmm... New Years! time to brew some English Ale!" Bahrs

ATOM RSS1 RSS2