Child pages
  • 802.1X secured wifi installation

Versions Compared

Key

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

...

A MySQL schema is contained in the shwl_add_shwl_del_pmu.sql in the attached archive. It is used by the shwl_add.sh, shwl_del.sh and pam_to_mysql_update.sh scripts to log events and errors. It contains a single table named 'event_log', it's format is as follows:

log_iddevice_usernamedevice_ipdevice_macrad_attr_NAS-IP-Addressrad_attr_NAS-Portrad_attr_Called-Station-Idrad_attr_NAS-Identifierrad_attr_Framed-MTUrad_attr_NAS-Port-Typerad_attr_EAP-Typerad_attr_Event-Timestamplog_timeevent
A unique identifier for the entry, auto-generated by MySQL   The value of the NAS-IP-Address FreeRADIUS attribute, when applicableThe value of the NAS-Port FreeRADIUS attribute, when applicableThe value of the Called-Station-Id FreeRADIUS attribute, when applicableThe value of the NAS-Identifier FreeRADIUS attribute, when applicableThe value of the Framed-MTU FreeRADIUS attribute, when applicableThe value of the NAS-Port-Type FreeRADIUS attribute, when applicableThe value of the EAP-Type FreeRADIUS attribute, when applicableThe value of the Event-Timestamp FreeRADIUS attribute, when applicableThe time when the entry is loggedDescription of the event, see below for details.

 

shwl_add.sh

shwl_del.sh

script_launcher.py

...