Hi,
I have installed version 1.0 pre 2 for testing, but get the following
message in the radius log every time we receive a Accounting-Request or
Access-Request packet:
Invalid operator for item Suffix: reverting to '=='
Processing the preacct section of radiusd.conf
modcall: entering group preacct for request 0
Invalid operator for item Suffix: reverting to '=='
modcall[preacct]: module "preprocess" returns noop for request 0
rlm_realm: No '@' in User-Name = "pjlbk", looking up realm NULL
rlm_realm: Found realm "NULL"
rlm_realm: Adding Stripped-User-Name = "pjlbk"
rlm_realm: Proxying request from user pjlbk to realm NULL
rlm_realm: Adding Realm = "NULL"
rlm_realm: Preparing to proxy accounting request to realm "NULL"
modcall[preacct]: module "suffix" returns updated for request 0
modcall[preacct]: module "files" returns noop for request 0
modcall: group preacct returns updated for request 0
Processing the accounting section of radiusd.conf
modcall: entering group accounting for request 0
modcall: entering group authorize for request 7
Invalid operator for item Suffix: reverting to '=='
modcall[authorize]: module "preprocess" returns ok for request 7
rlm_realm: Looking up realm "mydomain.com" for User-Name =
"[EMAIL PROTECTED]"
rlm_realm: Found realm "mydomain.com"
rlm_realm: Adding Stripped-User-Name = "sherwood"
rlm_realm: Proxying request from user sherwood to realm mydomain.com
rlm_realm: Adding Realm = "mydomain.com"
rlm_realm: Authentication realm is LOCAL.
modcall[authorize]: module "suffix" returns noop for request 7
users: Matched DEFAULT at 14
modcall[authorize]: module "files" returns ok for request 7
It still works correctly, but fills the logs with these errors. The
problem wasn't there in version 0.9.1, which we are currently using.
Below are configuration entries for the particular areas:
Radiusd.conf
realm suffix {
format = suffix
delimiter = "@"
ignore_default = no
ignore_null = no
}
preacct {
preprocess
suffix
files
}
authorize {
preprocess
suffix
files
redundant {
ldap1
ldap2
notfound = return
}
}
Proxy.conf
realm mydomain.com {
type = radius
authhost = LOCAL
accthost = detailserv.mydomain.com:1646
secret = asecret
}
realm NULL {
type = radius
authhost = LOCAL
accthost = detailserv.mydomain.com:1646
secret = asecret
}
Thanks for any help.
Regards
Allister P Maguire
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html