Authenticate users getting data from two different Data Sources

Matthew Newton mcn at freeradius.org
Mon Jan 20 12:57:38 CET 2020



On 20 January 2020 10:41:48 GMT, "Ja. C.A." <magicboiz at hotmail.com> wrote:
>- user/password checking -> from LDAP server
>- IP address assignment, DNS servers, etc -> from MySQL server
>
>Once FR has info from these two data sources, it should send the Access
>Reply...
>
>Is this config possible?

Sure. Use the ldap module to look up the password for checking and call 'ldap' in the authorize{} section. Configure the sql / sqlippool module and call in post_auth to allocate IPs.

-- 
Matthew



More information about the Freeradius-Users mailing list