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:
Andreas Schmidt <[log in to unmask]>
Reply To:
Date:
Fri, 28 Jan 2000 18:08:40 +0100
Content-Type:
text/plain
Parts/Attachments:
text/plain (60 lines)
Do you have Security/3000 in place ? If so you could use the $FORBID keyword in
this way:
$FORBID "FEXISTS('NOLOGON.PUB')"
        "Account access temporarily disabled !" CAP<>AM
This will block all users except AM.

If not you easily could built a mechanism like this in the system wide Logon
UDC:
IF FINFO('NOLOGON.PUB.!HPACCOUNT',0) AND HPUSER<>"MANAGER" THEN
   ECHO Account access temporarily disabled!
   BYE
ENDIF

In this case, you need only to build an empty file called NOLOGON.PUB for the
account you want to disable, and no further logons will be possible (beside the
MANAGER.account one's).

Hope that will help, best regards, Andreas Schmidt, CSC, Germany





[log in to unmask] on 28/01/2000 05:53:35 PM

Please respond to [log in to unmask]

To:   [log in to unmask]
cc:    (bcc: Andreas Schmidt/GIS/CSC)
Subject:  Restricting user logon by account rather than system wide.



We are looking for a way to restrict user access by account, rather than
globally using limit 1,1.  Telling the users about hipri is not an options
as this defeats the purpose, as well as being a security issue.  I am
looking to restrict all users except 1, the manager of the account.

We are fast coming up on a situation where we need to apply updates to an
account, but in the update instructions it has us set the limits to 1,1.
This cause all the users to get kicked out when they try to log onto an
account that is not involved in an update.  Here is the information:

We are running MACS from Smith Gardner, this is a MAil order and Catalog
Supply software package.  This software is set up in 3 major accounts, 1
account for each company that uses it.  The companies / accounts are WNG, BT
and MP4.  The problem is that while I am applying an update to WNG, with the
limits set to 1,1, the order processors who are logging into BT and MP4
can't log in because the limits are set to 1.1 even though the update does
not involve them.  Here's another example, WNG is doing a month and a year
close this Saturday.  We are testing in BT and MP4.  The limits are set to
1.1 we cannot do any testing in these accounts, even though nothing in
theses accounts affects WNG.

Thanks in advance for your input and help.

Frank Girard
[log in to unmask]
781-828-9300 X2738

ATOM RSS1 RSS2