1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-15 23:24:37 +03:00
Andrew Tridgell fdb322876d r8722: make the menu handling considerably saner and easier to follow. The whole
menu hierarchy is now in /menu.js
(This used to be commit c2a450bb9967caa666628f067a8e732227854ce2)
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(); %>