Hi every one
I am using freeradius 1.1.7
i am configuring checkval to check for Nas-Port-Type , i need to make
it checks for Nas-Port-Id also .
this is the radius.conf checkval sections
checkval {
item-name = NAS-Port-Id
check-name = NAS-Port-Id
item-name = NAS-Port-Type
check-name = NAS-Port-Type
data-type = string
notfound-reject = yes
}
but actually it process the first entry only which is NAS-Port-Id and
ignore the second one which is NAS-Port-Type .
Is that possible to make the radius to check both items ??
thanks
Amr