20 Jan
2020
20 Jan
'20
6:57 a.m.
On 20 January 2020 10:41:48 GMT, "Ja. C.A." <magicboiz@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