mirror of
https://github.com/samba-team/samba.git
synced 2024-12-31 17:18:04 +03:00
342d11e354
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
)
14 lines
214 B
Plaintext
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(); %>
|