Authorize mac addresses with dbm only

Alan DeKok aland at deployingradius.com
Tue Mar 6 16:21:05 CET 2012


Christoph Litauer wrote:
> maybe you can help me with a - probably simple - problem in authorizing wlan users. I am using freeradius 1.1.7 (on SLES 10sp4).

  Upgrade to 2.1.12.

> My working configuration is able to authorize users with modules dbm and ldap. Dbm is used for mac-authentication, ldap for 802.1x-authentication. For some reason I need to reduce the number of requests our ldap server(s) gets. The actual configuration checks a mac address against dbm at first and then against ldap. I want mac-addresses exclusively checked against dbm.


  In 2.1.12:

	dbm
	if (notfound) {
		ldap
	}

  Alan DeKok.


More information about the Freeradius-Users mailing list