blob: 69a8b0736bf0bc6a45762d70c44e8bcdc8b56873 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<% page_header("columns", "Kerberos Server", "servers");
libinclude("base.js");
libinclude("management.js");
%>
<h1>Kerberos Server</h1>
<%
writefln("Status: %s\n", server_status("kdc"));
%>
<% page_footer(); %>
|