Hi,

we are using freeradius 0.9.3 CVS snapshot of May, 24 on RH Linux 7.3.
And now we have different problem with scripts: Values do not return
when there are more than one attribute.

To explain it simple:

This works:

#!/usr/bin/python
# Auth script

# print "Framed-IP-Netmask = 255.255.255.255"
print "Framed-IP-Address = 217.107.182.222"
sys.exit(0)


While this does not:

#!/usr/bin/python
# Auth script

print "Framed-IP-Netmask = 255.255.255.255"
print "Framed-IP-Address = 217.107.182.222"
sys.exit(0)

(radius sees no attributes at all)

It worked before we updated radius. Are we doing anything wrong?

Thank you for any hints in advance!

Sincerely yours, Roman A.Suzi
-- 
 - Petrozavodsk - Karelia - Russia - mailto:[EMAIL PROTECTED] -


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

Reply via email to