1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00
samba-mirror/swat/ldap_server/index.esp
Andrew Tridgell 342d11e354 r8591: - added a simple 2 level menu structure to swat. Deryck, I know this
isn't very pretty, and please feel free to do this much more nicely
  :-)

- added a top level menu listing our main servers

- added placeholder pages for the main servers

- added NBT server statistics
(This used to be commit 1aa658b756)
2007-10-10 13:29:42 -05:00

14 lines
214 B
Plaintext

<% 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(); %>