X-Git-Url: http://git.pjr.cc/?p=ga4php.git;a=blobdiff_plain;f=authserver%2Fwww%2Fadmin.php;h=d27777214351782417d1199f0b62a63fa9b2d302;hp=7f2c8a39f3efe3a38a5242b674efc8e41d9e1cd2;hb=da4ac26dcfd94c9f8b7e8e43f50f671bdd94dfd0;hpb=c3c37cd9f486175adf0351de80c19efd02892ca6 diff --git a/authserver/www/admin.php b/authserver/www/admin.php index 7f2c8a3..d277772 100644 --- a/authserver/www/admin.php +++ b/authserver/www/admin.php @@ -84,6 +84,11 @@ Token Type +this page is for editing radius clients, it doesnt exist yet.. What you need to do is delete the client and re-add it... go back + +

Users

@@ -132,8 +137,30 @@ if(isset($_REQUEST["action"])) if($_REQUEST["action"] == "getotk") { ?>

Radius Clients

-Not yet implemented - + + +getRadiusClients(); +foreach($msg as $client) { + if($client["desc"]=="") $desc = "no description set"; + else $desc = $client["desc"]; + $clientname = $client["name"]; + $clientip = $client["ip"]; + echo ""; +} +?> +
NameIP AddressDescriptionDelete
$clientname$clientip$descDelete
+
+

Add a Radius Client

+
+ + + + + +
Client Name
Client IP
Client Secret
Client Description
+ +

Logout Home