RPN01 <[EMAIL PROTECTED]> wrote:
>Just slightly "outside the box"... Could you use the eight digit account
>field as a numeric index into a publicly accessable file and keep the
actual
>parameter lines needed in that file? The file lines could be as long as
>necessary, and with eight digits to index with, you could have quite a lot
>of them....

I like it!

Nobody has suggested using the extra privilege classes, either -- there
aren't 10**8 (I suppose being creative, that ACCOUNT field could really be
more like 16**8, by using non-numeric characters).  But it might suffice:
use CP QUERY PRIVCLASS and see whether you're enabled for a given class, and
make your decision based on that.

You could also use dummy deferred LINKs, I suspect:

* Add this line if the user is in Group 1
LINK MAINT 190 800 DRR
* Add this line if the user is in Group 2
LINK MAINT 190 801 DRR

Then:
CP LINK * 800
(Yes, that's an invalid syntax -- it just checks to see whether you HAVE the
LINK)
Kludgy, but...

As others have noted, any of these, since they run in the virtual machine,
it could be subverted.

...phsiii

Reply via email to