(RADIATOR) regex help

2000-08-03 Thread Charles Sprickman
Hi, Per a previous question, I put the following handler as the first handler in my radius.cfg: # This handler catches garbage logins Handler Username = /^(?!A-Za-z0-9-@)/ SessionDatabase = SDB_internal AuthBy Reject_User /Handler I'm not too good at complex regular

(RADIATOR) BindAddress question

2000-08-03 Thread Jason J. Horton
Is it possible to bind to more than one IP address per installation? -- -Jason J. Horton [EMAIL PROTECTED] Fat Man in a Little Coat Intercom Online Inc. 212.376.7440 | http://www.intercom.com === Archive at http://www.starport.net/~radiator/ Announcements on

Re: (RADIATOR) BindAddress question

2000-08-03 Thread Hugh Irvine
Hello Jason - On Fri, 04 Aug 2000, Jason J. Horton wrote: Is it possible to bind to more than one IP address per installation? No - but it is possible to run multiple copies of Radiator, each on a different IP address and/or port number. hth Hugh -- Radiator: the most portable, flexible

Re: (RADIATOR) regex help

2000-08-03 Thread Hugh Irvine
Hello Charles - Mea culpa! That's what I get for dashing off a reply without actually testing it. *sigh* What you want is a "negative character class", not a "negative lookahead assertion" (it was me that was negatively looking ahead). This one I have tested: Handler User-Name =

Re: (RADIATOR) regex help

2000-08-03 Thread Charles Sprickman
On Fri, 4 Aug 2000, Hugh Irvine wrote: Hello Charles - Mea culpa! That's what I get for dashing off a reply without actually testing it. No problem, you just made me dig up the perl book and stare at it for a while, that's all :) *sigh* What you want is a "negative character

Re: (RADIATOR) regex help

2000-08-03 Thread Hugh Irvine
Hello Charles - Here is what I get: ./radiusd -config_file goodies/simple.cfg -trace 4 Fri Aug 4 11:20:35 2000: DEBUG: Reading users file ./users Fri Aug 4 11:20:35 2000: INFO: Server started: Radiator 2.16.1 on hugo Fri Aug 4 11:20:40 2000: DEBUG: Packet dump: *** Received from 127.0.0.1

(RADIATOR) snmpget problem

2000-08-03 Thread Administrator
We have IRIX 6.5 with Radiator 2.13. I have set the MAXSESSIONS to 2 in the radius.cfg - I would however like RADIUS to check the Remote Access Server (Bay) each time to check whether the user is already logged on the RAS or not (throught SNMPGET). Your FAQ does have link to acquire snmpget

(RADIATOR) AuthBY UNIX caluse

2000-08-03 Thread Administrator
Using IRIX 6.5 - Dial-in user validation is through /etc/passwd file of IRIX. RADIUS.cfg by default checks for only the first 2 (colon seperated) fields in the passwd file (using the AuthBY UNIX clause). Can anyone suggest what extraction string should I use in the AuthBy clause so that