mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
7e671ae37f
metze (This used to be commit bf852a3dbeee8900fa36978f08a5cdceabcbd926)
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(); %>
|