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 [email protected] To unsubscribe please visit http://listserver.u2ug.org/
