Disconnect external freeradius
-
Hi There,
I have one question is possible to send a disconnect via freeradius machine to force the user to disconnect on pfSense(CP)
Flow
freeradius <---> pfSense (CP) <--> WiFiI have read this document but not help.
https://wiki.freeradius.org/protocol/disconnect-messagesAny idea please advise.
Thank you. -
@dimsum said in Disconnect external freeradius:
https://wiki.freeradius.org/protocol/disconnect-messages
Like clicking here :
?
Or here :
?
edit : on the https://192.168.1.1/status_captiveportal.php you can find :
captiveportal_disconnect_client($_POST['id'], 6, "DISCONNECT - KIKED OUT BY ADMINISTRATOR");
So you need to go down to the rabbit hole : the PHP function captiveportal_disconnect_client() can be found in /etc/inc/captiveportal.inc
-
I will dig it.
Many thanks!