From: Jouni Malinen Date: Mon, 8 Oct 2018 12:31:55 +0000 (+0300) Subject: HS 2.0 server: Show whether credential is machine managed X-Git-Tag: hostap_2_7~146 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f718e5e22c2bf8523fcc016ff35eeb438e8ee6e7;p=thirdparty%2Fhostap.git HS 2.0 server: Show whether credential is machine managed Signed-off-by: Jouni Malinen --- diff --git a/hs20/server/www/users.php b/hs20/server/www/users.php index 869adf677..f546de3a9 100644 --- a/hs20/server/www/users.php +++ b/hs20/server/www/users.php @@ -191,6 +191,9 @@ if ($rem == "") { } echo "
\n"; +if (strncmp($row['identity'], "cert-", 5) != 0) + echo "Machine managed: " . ($row['machine_managed'] == "1" ? "TRUE" : "FALSE") . "
\n"; + echo "
Policy: