Christoph Litauer wrote: > ... I don't think this is what I need. Yes, it is.
> I want some kind of requests (the ones including Colubris-AVPair =
> "ssid:tsunami") to _only_ be handled by dbm, successful or not. I read your
> suggestion as "check against dbm. If successful return, if not check against
> ldap"
$ man unlang
if (Colubris-AVPair == "ssid:tsunami") {
dbm
...
}
else {
ldap
}
Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

