29 Apr
2009
29 Apr
'09
8:17 a.m.
Eric wrote:
Hi, My radius server use ldap server for authorize and authentication.I set an attribute in ldap server that is the check-name in sqlcounter to limit users Input traffic. I want when user traffic reaches to this amount the user become stop but radius checks ldap attributes only at the first of connection not in the middle. How can I set radius server check users traffic with the amount of this attribute in ldap server in the duration of connection?
The RADIUS server does not check users traffic. It *can* receive accounting packets from the NAS, that describe how much traffic the user has received. You can do something when receiving an accounting packet, such as tell the NAS to disconnect the user. Alan DeKok.