repo.or.cz
/
Samba
/
gbeck.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed internal handling of attribute deletion
[Samba/gbeck.git]
/
swat2
/
cldap_server
/
index.esp
blob
1ede0887054b4f708817924965e857a169d70372
1
<% page_header("columns", "CLDAP Server", "servers");
2
3
libinclude("base.js");
4
libinclude("management.js");
5
%>
6
7
<h1>CLDAP Server</h1>
8
9
<%
10
writefln("Status: %s\n", server_status("cldap"));
11
%>
12
13
<% page_footer(); %>