Two authorize instance

Alan DeKok aland at deployingradius.com
Mon Mar 31 20:01:40 CEST 2008


Guillaume Chartrand wrote:
> I use freeradius 2.0.0 on red hat enterprise 3 AS and I set the authorize section to check the user credential with an sql database. This configuration works.
> But I want to know and how to do that if it's possible, if the user isn't the sql database, can freeradius check another database, like an ldap database. So when the user is in the sql database he gain access, if not he look in a ldap database and if he are present with valid credential, he gain access.

  Yes.

	...
	sql
	if (notfound) {
		ldap
	}

  See "man unlang".

  Alan DeKok.




More information about the Freeradius-Users mailing list