repo.or.cz
/
Samba
/
ekacnet.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
s4:lsa use the correct way to store a domain sid
[Samba/ekacnet.git]
/
swat2
/
rpc_server
/
index.esp
blob
46c8c8a7a77acb34372345132cf178f4f4242e6f
1
<% page_header("columns", "RPC Server", "servers");
2
3
libinclude("base.js");
4
libinclude("management.js");
5
%>
6
7
<h1>RPC Server</h1>
8
9
<%
10
writefln("Status: %s\n", stream_server_status("rpc"));
11
%>
12
13
<% page_footer(); %>