20 Jan
2017
20 Jan
'17
10:44 a.m.
On Jan 20, 2017, at 8:34 AM, Koos Myburgh <koos@rsaweb.co.za> wrote:
I want to authorize subscribers based on calling-station-id, but I am not sure how to correctly set the auth-type. For this I have commented the pap and chap sections.
If you want to authenticate based on Calling-Station-Id, then add this to the "authorize" section: if (Calling-Station-Id == "27842280395") { update control { Auth-Type := Accept/ } } Alan DeKok.