A little help on freeradius with ldap

Alan DeKok aland at deployingradius.com
Wed Nov 20 13:20:18 CET 2019


On Nov 20, 2019, at 6:56 AM, Marco Miglietta <marco.miglietta at unisalento.it> wrote:
> 
> A little help on freeradius with ldap
> 
> I configured freeradius 2.2.5 on debian 8.7 for authentication with LDAP following this usefull post and all works fine...

  FreeRADIUS v2 is end of life.  You shouldn't be using it.

> http://mageconfig.blogspot.com/2014/11/configure-radius-with-ldap-for-network.html
> 
> Freeradius pass the authentication's task to LDAP.
> 
> How can I make that only the users present in mysql radius database are checked on LDAP ?

  In the "default" virtual server:

authorize {
	...
	sql
	if (ok) {
		ldap
	}
	...
}

  That's pretty much it.

> I'm not much experienced whit linux ed freeradius. Sorry !

  That's fine.  Everyone starts somewhere.

  Alan DeKok.




More information about the Freeradius-Users mailing list