Basically I want all users to have the same time out value except for our rf
guns which should get a different value (all rf users start with "rf").  I
didn't want to have to go the programmatic route for something this simple -
well simple in theory at least.  :)

 
-----Original Message-----
From: Kevin King [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 20, 2006 2:12 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Login Paragraphs

Unless you're dealing with a dozen or less users total, why not write
a program and store the timeout value for each user in a file
somewhere?  That would certainly reduce the amount of tweaking in your
VOC. 


-Kevin
[EMAIL PROTECTED]
http://www.PrecisOnline.com

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Paul Sohn
Sent: Tuesday, June 20, 2006 3:01 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] Login Paragraphs

I'm trying to set the TIMEOUT value for a user in the LOGIN paragraph
based on the first few characters of the user ID but I don't know how
to check for partial matches. 

I'm doing:

PA
TIMEOUT 600
IF @LOGNAME = "jsmith" THEN TIMEOUT 1200 IF @LOGNAME = "psohn" THEN
TIMEOUT 3600
  

I would like to add something like the below but I'm not sure of the
syntax:

IF @LOGNAME[1,2] = "rf" THEN TIMEOUT 2400


Paul
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to