<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi every one<br>
<br>
I am using freeradius 1.1.7<br>
i am configuring checkval to check for Nas-Port-Type , i need to make
it checks for Nas-Port-Id also .<br>
<br>
this is the radius.conf checkval sections<br>
<br>
checkval {<br>
                item-name = NAS-Port-Id<br>
                check-name = NAS-Port-Id<br>
<br>
                item-name = NAS-Port-Type<br>
                check-name = NAS-Port-Type<br>
<br>
                data-type = string<br>
                notfound-reject = yes<br>
        }<br>
<br>
<br>
but actually it process the first entry only  which is NAS-Port-Id and
ignore the second one which is NAS-Port-Type .<br>
Is that possible  to  make  the radius to check both items  ??<br>
<br>
<br>
thanks <br>
Amr<br>
<div class="moz-signature"><br>
<font size="2"></font></div>
</body>
</html>