Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Insert into the bottom of the authorize section after the pap line the following:

    Code Block
    languagebash
    if (User-Password) {
    	update control {
    		Auth-Type := ldap
    	}
    }
  2. In the authenticate section, modify the Auth-Type PAP option as shown below:

    Code Block
    languagebash
    Auth-Type PAP {
    	# pap
    	ldap
    }
  3. Additionally, remove the comments comment from the ldap line in the Auth-Type LDAP block, but not the block itself.
  4. Save the file.

3. Modify FreeRADIUS EAP support

...