Authorize mac addresses with dbm only

Alan DeKok aland at deployingradius.com
Tue Mar 6 18:42:02 CET 2012


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.


More information about the Freeradius-Users mailing list