r8257: add a samr rpc test page in the web server. It lists all level3
authorAndrew Tridgell <tridge@samba.org>
Sat, 9 Jul 2005 05:31:38 +0000 (05:31 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:19:26 +0000 (13:19 -0500)
commita343050b2b91067d70eafd5ade88d6a3637be236
tree7c750c8c2d95061f020ede3252ef2751b5b598ed
parent7efeb8f451345b54ce125bcbb601ba2475ef9e59
r8257: add a samr rpc test page in the web server. It lists all level3
information from QueryUserInfo for all users in the domain.

If you want to see why I am putting the effort into ejs, then please
read swat/scripting/samr.js, and compare it to other methods of rpc
access for our web management interface. Using ejs like this will make
building a rich interface _much_ easier.
(This used to be commit eb354f6da7ed79eb080f2ba47df2ea655e1891db)
swat/esptest/menu.js
swat/esptest/samr.esp [new file with mode: 0644]
swat/scripting/common.js
swat/scripting/samr.js [new file with mode: 0644]
testprogs/ejs/samr.js