help-gnu-radius
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gnu-radius] Login-Time bug?


From: Sergey Poznyakoff
Subject: Re: [Help-gnu-radius] Login-Time bug?
Date: Mon, 28 Jul 2003 12:55:05 +0300

> I want that Session-Timeout setting override Login-Time.

You'll have to modify auth.c, then. Instead of line 1064, you
will have to add something like

     if (!avl_find(m->user_reply, DA_SESSION_TIMEOUT))
             timeout_pair(m)->avp_lvalue = rest;


(FYI, I don't think this is right. My opinion is that the most
strict timeout value should always take precedence, no matter what
was the attribute that set it).

Regards,
Sergey




reply via email to

[Prev in Thread] Current Thread [Next in Thread]