...
Insert into the bottom of the
authorize
section after thepap
line the following:Code Block language bash if (User-Password) { update control { Auth-Type := ldap } }
In the
authenticate
section, modify the Auth-Type PAP option as shown below:Code Block language bash Auth-Type PAP { # pap ldap }
- Additionally, remove the comments comment from the
ldap
line in theAuth-Type LDAP
block, but not the block itself. - Save the file.
3. Modify FreeRADIUS EAP support
...