Hi,

I'm using Exec-Program-Wait for user validation.
On some cases, I want  to send back the Session-Timeout

According to what I've seen, on the script I execute on
Exec-Program-Wait, I can send back this value like this:

print "Session-Timeout=$timeout\n";
exit 0; # Grant Access

Now, on this thread:
http://lists.cistron.nl/pipermail/freeradius-users/2004-March/029131.html

they say to add "Service-Type := Framed-User" to the reply in order to
work with Cisco.

Is this correct? Must I always send that value pair, for it to work on
Cisco systems?

So it would end being:

print "Service-Type=Framed-User\n";
print "Session-Timeout=$timeout\n";
exit 0; # Grant Access


Thanks in advance,

Juan

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to