Child pages
  • 802.1X secured wifi installation

Versions Compared

Key

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

...

Code Block
chap
mschap
digest
files
-ldap
pap
Auth-Type PAP {
		pap
}
Auth-Type CHAP {
		chap
}
Auth-Type MS-CHAP {
		mschap
}
mschap

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

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

Code Block
chap
mschap
files
-ldap
Auth-Type PAP {
		pap
}
Auth-Type CHAP {
		chap
}
Auth-Type MS-CHAP {
		mschap
}

Add the sql, mschap, authlog, dup "@@@"

...

Place the script_launcher.py script at /etc/freeradius/3.0/mods-config/python/script_launcher.py

...

sudo

packages: sudo

Code Block
apt-get install sudo

...