SQL query in Pre-Proxy



>do you mean that i have to do the following:
in the radcheck i have to put
username            calling-station-id=number
and in the radreply,
username            proxy-to-realm:=domain

No. Put them both in radcheck:

INSERT INTO radcheck SET UserName='thatname',
Attribute='Calling-Station-Id', op='==', Value='thatnumber'
INSERT INTO radcheck SET UserName='thatname', Attribute='Proxy-To-Realm',
op=':=', Value='thatdomain'

Use correct operators. "=" is not the same as "==" and is not allowed as
check operator.

Ivan Kalik
Kalik Informatika ISP





This archive was generated by a fusion of Pipermail (Mailman edition) and MHonArc.