mirror of
https://github.com/samba-team/samba.git
synced 2024-12-31 17:18:04 +03:00
6c38e3324a
(This used to be commit 1ad6b58783
)
14 lines
214 B
Plaintext
14 lines
214 B
Plaintext
<% page_header("columns", "Kerberos Server", "");
|
|
|
|
libinclude("base.js");
|
|
libinclude("management.js");
|
|
%>
|
|
|
|
<h1>Kerberos Server</h1>
|
|
|
|
<%
|
|
writefln("Status: %s\n", server_status("kdc"));
|
|
%>
|
|
|
|
<% page_footer(); %>
|