[RADIATOR] proxying POD reply packets

2013-07-05 Thread Michael
Does anyone know of any issues with receiving reply packets from a packet-of-disconnect request which is proxied through radiator? For my POD requests, i inject them into radiator using radpwtst and have them configured to proxy to the proper device. The POD does work. When a session is

Re: [RADIATOR] tacacs unlimited badlogins count

2013-07-05 Thread Heikki Vatiainen
On 07/04/2013 05:19 PM, Murat Bilal wrote: I have radiator setup for tacacs.Default BADLOGINS value is 0.If BADLOGINS value reach 5, account is locked.I want to make this BADLOGINS such a value,so that nobodies account is locked. See the reference manual for MaxBadLogins. The default 0 should

[RADIATOR] Radiator 4.11: WARNING: Could not find AuthBy clause with Identifier ...

2013-07-05 Thread Karl Gaissmaier
Hi RADIATOR team, I tried to upgrade from 4.9 to 4.11 (up to date patches applied) and I'm no longer able to parse my old cfg file. Identifiers are no longer recognized. I stripped it down to the bare minimum: Foreground LogStdout LogDir . DbDir . Trace 4

Re: [RADIATOR] Radiator 4.11: WARNING: Could not find AuthBy clause with Identifier ...

2013-07-05 Thread Christian Kratzer
Hi, On Fri, 5 Jul 2013, Karl Gaissmaier wrote: Hi RADIATOR team, I tried to upgrade from 4.9 to 4.11 (up to date patches applied) and I'm no longer able to parse my old cfg file. Identifiers are no longer recognized. I stripped it down to the bare minimum: Foreground LogStdout

Re: [RADIATOR] Radiator 4.11: WARNING: Could not find AuthBy clause with Identifier ...

2013-07-05 Thread Christian Kratzer
Hi, On Fri, 5 Jul 2013, Karl Gaissmaier wrote: Hi RADIATOR team, I tried to upgrade from 4.9 to 4.11 (up to date patches applied) and I'm no longer able to parse my old cfg file. Identifiers are no longer recognized. I stripped it down to the bare minimum: Foreground LogStdout

Re: [RADIATOR] proxying POD reply packets

2013-07-05 Thread Michael
In AuthRADIUS.pm, routine sub handleReply, should Disconnect-Request-NAKed also be listed in the code bellow? Works for me now. The NAKed request now gets forwarded to the original requester (radpwtst). # RadiusResult tells Synchronous mode that we have # finished with this

Re: [RADIATOR] Radiator 4.11: WARNING: Could not find AuthBy clause with Identifier ...

2013-07-05 Thread Karl Gaissmaier
Hi Christian, RADIATOR team and listeners, Am 05.07.2013 18:57, schrieb Christian Kratzer: ... just saw that you start with: Realm DEFAULT and close with: /Handler uups, sorry but in my original cfg there isn't such a typo and if I correct this stupid error it's the same

Re: [RADIATOR] Radiator 4.11: WARNING: Could not find AuthBy clause with Identifier ...

2013-07-05 Thread Christian Kratzer
Hi, just verified your minimal configuration with a clean Radiator-4.11 plus patches installation: [root@test-centos64 Radiator-4.11]# cat /tmp/radius.cfg Foreground LogStdout LogDir . DbDir . Trace 4 AuthBy INTERNAL Identifier myinternal

Re: [RADIATOR] Radiator 4.11: WARNING: Could not find AuthBy clause with Identifier ...

2013-07-05 Thread A . L . M . Buxey
Hi, Sounds really fishy, just wondering if someone else sees the same problem. no. have updated through 4.9m 4.10 and 4.11 by just getting latest version, applying patches and then 'make install' - thats on Solaris as on Linux. the only thing that I can think of is some required library isnt

Re: [RADIATOR] Radiator 4.11: WARNING: Could not find AuthBy clause with Identifier ...

2013-07-05 Thread A . L . M . Buxey
Hi, there must be something wrong in your installation or even your config. check the config doesnt have wierd characters in it I guess... 'cat -v /tmp/radiator-config' there were some changes as the move to 4.11 occured to deal with the config strings in better ways - alan