mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
loose some of the fixes in the meantime. Andrew Bartlett (This used to be commit 13acff5ed259e7b5859fd2324ea7740b8f9e5fd7)
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(); %>
|