On 2013-08-23 10:35, Heikki Vatiainen wrote:
> On 08/22/2013 05:59 PM, Alexander Hartmaier wrote:
>
>> I hope the reference manual was updated to reflect this feature as well.
> Yes. The plan is to also have a separate section in the reference manual
> that talks about IPv6 in more detail. It will
Hello,
I have configured a Handler clause to proxy Radius requests to a remote
server. Why is Radiator processing one of my sessions database
configuration even though I have not specified one under the Handler. The
SessionDatabase entry is commented out.
See sample config below.
# AddToRequest
Hi,
how did you restart the server? its likely the parent didnt die
and the new config isnt actually being used.
alan
___
radiator mailing list
radiator@open.com.au
http://www.open.com.au/mailman/listinfo/radiator
doesn't a handler process it by default?
I think you have to disable it. I do it like this:
Identifier NULL
then in your handler, specify :
SessionDatabase NULL
Note: NULL is not a command or configuration, but an Identifier.
On 29/11/13 04:50 PM, rohan.henry @cwjamaica.com wrot
Michael,
I would prefer not to completely disable it since other Handlers are using
it. I only want it disabled for a particular Handler.
Rohan
On Fri, Nov 29, 2013 at 5:19 PM, Michael wrote:
>
> doesn't a handler process it by default?
>
> I think you have to disable it. I do it like this:
Alan,
The change did take effect since the logs show that requests are being sent
to the remote server.
On Fri, Nov 29, 2013 at 5:10 PM, wrote:
> Hi,
>
> how did you restart the server? its likely the parent didnt die
> and the new config isnt actually being used.
>
> alan
>
__
it doesn't completely disable it. it only disables it for the handler
that you put it in.
On 29/11/13 05:32 PM, rohan.henry @cwjamaica.com wrote:
Michael,
I would prefer not to completely disable it since other Handlers are
using it. I only want it disabled for a particular Handler.
Roha
from the manual:
5.12
This type of session database stores no session details, and always
permits multiple log-
ins. It is useful in environments with large user populations, and where
no simultaneous-
use prevention is required. uses much less memory and
fewer CPU cycles than (which is the
It works. Thanks Michael.
On Fri, Nov 29, 2013 at 5:19 PM, Michael wrote:
>
> doesn't a handler process it by default?
>
> I think you have to disable it. I do it like this:
>
> Identifier NULL
>
>
> then in your handler, specify :
> SessionDatabase NULL
>
> Note: NULL is not a comma