1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-25 00:23:52 +03:00
Files
samba-mirror/swat/ldap_server/index.esp
2007-10-10 13:29:59 -05: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(); %>