1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-28 17:47:29 +03:00
Stefan Metzmacher 7e671ae37f rename swat => swat2, so that we don't conflict with samba3
metze
(This used to be commit bf852a3dbeee8900fa36978f08a5cdceabcbd926)
2008-09-12 08:51:07 +02:00

14 lines
221 B
Plaintext

<% page_header("columns", "LDAP Server", "servers");
libinclude("base.js");
libinclude("management.js");
%>
<h1>LDAP Server</h1>
<%
writefln("Status: %s\n", stream_server_status("ldap"));
%>
<% page_footer(); %>