...
Note |
---|
It is assumed here that you will modify the |
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 theAuth-Type PAP
option as shown below:Code Block language bash Auth-Type PAP { # pap ldap }
- Additionally, remove the comment from the
ldap
line in theAuth-Type LDAP
block, but not the block itself. - Save the file.
...