mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
fdb322876d
menu hierarchy is now in /menu.js
(This used to be commit c2a450bb99
)
14 lines
217 B
Plaintext
14 lines
217 B
Plaintext
<% page_header("columns", "CLDAP Server", "servers");
|
|
|
|
libinclude("base.js");
|
|
libinclude("management.js");
|
|
%>
|
|
|
|
<h1>CLDAP Server</h1>
|
|
|
|
<%
|
|
writefln("Status: %s\n", server_status("cldap"));
|
|
%>
|
|
|
|
<% page_footer(); %>
|