Child pages
  • 802.1X secured wifi installation

Versions Compared

Key

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

...

Modify /etc/freeradius/3.0/sites-available/default, comment the following lines:

Code Block
# In the authorize section:
chap
mschap
digest
files
-ldap
pap
# In the authenticate section:
Auth-Type PAP {
		pap
}
Auth-Type CHAP {
		chap
}
Auth-Type MS-CHAP {
		mschap
}
mschap
digest

Uncomment the following line in the 'authorize' section:

Code Block
auth_log

 

Add the session-timeout , dup "@@@"

Modify /etc/freeradius/3.0/sites-available/inner-tunnel, comment the following lines:

...