20 Nov
2019
20 Nov
'19
7:20 a.m.
On Nov 20, 2019, at 6:56 AM, Marco Miglietta <marco.miglietta@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-networ...
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.