Re: (RADIATOR) CHAP works, PAP doesn't ( solved )

2003-01-13 Thread Gerard Ranke
Hi all, To follow up on my own post of some time ago: This is solved now, and although it is a bit difficult to trace the original problem now, I believe it was caused by a combination of a secret with characters like ; } and ! together with some misunderstanding when changing this. Thanks Hugh an

(RADIATOR) Re: website access / ipass authentication

2003-01-13 Thread Ayotunde Itayemi
Hi Hugh, OK. I have manually installed a second copy of radiator in /radiatordb/radiatorhttp directory. I have changed the port accordingly. I made a copy of the /etc/init.d/radiator file and save it as /etc/init.d/radiatorhttp I edited radiatorhttp to reflect the config of my new radiator install

Re: (RADIATOR) Re: website access / ipass authentication

2003-01-13 Thread Hugh Irvine
Hello Tunde - I am afraid I can't help you with questions about "service" as I don't use it. I generally use the "restartWrapper" utility included in the "goodies" directory. regards Hugh On Monday, Jan 13, 2003, at 23:38 Australia/Melbourne, Ayotunde Itayemi wrote: Hi Hugh, OK. I have

RE: (RADIATOR) Expression to Add a realm to a username

2003-01-13 Thread Kevin McKee
I guess I was able to do the impossible. :) I wrote a RewriteUsername hook that adds a domainname only on users that don't already have a domain name. Let me know if this will break something in some odd way. Here's my handler: # # # RewriteUsername s/^([^@]+)

Re: (RADIATOR) Expression to Add a realm to a username

2003-01-13 Thread Hugh Irvine
Hello Kevin - This should work fine as far as I can see. Good thinking! regards Hugh On Tuesday, Jan 14, 2003, at 12:04 Australia/Melbourne, Kevin McKee wrote: I guess I was able to do the impossible. :) I wrote a RewriteUsername hook that adds a domainname only on users that don't alr

(RADIATOR) Handler

2003-01-13 Thread Chris Kay
Hould would I do something like this I would like to use a handler online if Client-Identifer = Comindico NAS-IP-Address = 203.194.30.244 Client-Identifer = Comindico NAS-IP-Address != 203.194.30.244 NAS-IP-Address != 203.222.153.14 Client-Identifer = Max NAS-IP-Address = 203.222.153.14

Re: (RADIATOR) Handler

2003-01-13 Thread Hugh Irvine
Hello Chris - You should set up the Identifiers in your Client clauses appropriately, then use something like this: # define Client clauses Identifier Comindico-Whatever Identifier Comindico-SomethingElse . # define AuthBy clauses Identifier CheckUser . # def