mirror of
https://github.com/samba-team/samba.git
synced 2025-01-04 05:18:06 +03:00
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(); %>
|