Hi all!
Is it allowed to describe several check items in checkval module?
I setted up Calling-Station-Id and Called-Station-Id checking by adding
new checkval section in radiusd.conf, so each of them instantiates. See
below...
checkval CALLINGID {
item-name = Calling-Station-Id
check-name = Calling-Station-Id
data-type = string
notfound-reject = yes
}
checkval CALLEDID {
item-name = Called-Station-Id
check-name = Called-Station-Id
data-type = string
notfound-reject = yes
}
May be it is allowed to do the same like this (see below) for a smaller
memory usage, not for several checkval modules?
But this way check item "Calling-Station-Id" registers only...
checkval {
item-name = Calling-Station-Id
check-name = Calling-Station-Id
data-type = string
notfound-reject = yes
item-name = Called-Station-Id
check-name = Called-Station-Id
data-type = string
notfound-reject = yes
}
Thank`s
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html