summaryrefslogtreecommitdiff
path: root/swat/ldap_server/index.esp
blob: 57f259c3b6e49c040b60acfcd77537c02209c1e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<% page_header("columns", "LDAP Server", ""); 

  libinclude("base.js");
  libinclude("management.js");
%>

<h1>LDAP Server</h1>

<%
writefln("Status: %s\n", stream_server_status("ldap"));
%>

<% page_footer(); %>