diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-07-09 05:31:38 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:19:26 -0500 |
commit | a343050b2b91067d70eafd5ade88d6a3637be236 (patch) | |
tree | 7c750c8c2d95061f020ede3252ef2751b5b598ed /swat/esptest/menu.js | |
parent | 7efeb8f451345b54ce125bcbb601ba2475ef9e59 (diff) | |
download | samba-a343050b2b91067d70eafd5ade88d6a3637be236.tar.gz samba-a343050b2b91067d70eafd5ade88d6a3637be236.tar.bz2 samba-a343050b2b91067d70eafd5ade88d6a3637be236.zip |
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)
Diffstat (limited to 'swat/esptest/menu.js')
-rw-r--r-- | swat/esptest/menu.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/swat/esptest/menu.js b/swat/esptest/menu.js index b78ca68ee8..d46561f311 100644 --- a/swat/esptest/menu.js +++ b/swat/esptest/menu.js @@ -2,6 +2,7 @@ simple_menu( "ESP Tests", "ldb database", session_uri("/esptest/ldb.esp"), + "samr calls", session_uri("/esptest/samr.esp"), "html forms", session_uri("/esptest/formtest.esp"), "esp includes", session_uri("/esptest/include.esp"), "session variables", session_uri("/esptest/session.esp"), |