diff options
author | Simo Sorce <idra@samba.org> | 2005-05-28 19:35:49 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:10 -0500 |
commit | 26ced62131962d92d45b8a383d3ecf4c9af56d02 (patch) | |
tree | 48551ac2016a45180615cb6258ed35437485eaa0 /swat/esptest/index.esp | |
parent | 1586af2d4271618444447c81f6562d177a83497c (diff) | |
download | samba-26ced62131962d92d45b8a383d3ecf4c9af56d02.tar.gz samba-26ced62131962d92d45b8a383d3ecf4c9af56d02.tar.bz2 samba-26ced62131962d92d45b8a383d3ecf4c9af56d02.zip |
r7058: Add experimenthal pam authentication for web pages
(This used to be commit 36d905407465cb9d8950da86322531e3c3102642)
Diffstat (limited to 'swat/esptest/index.esp')
-rw-r--r-- | swat/esptest/index.esp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swat/esptest/index.esp b/swat/esptest/index.esp index 0a47a8b66d..40f6cbc38b 100644 --- a/swat/esptest/index.esp +++ b/swat/esptest/index.esp @@ -1,7 +1,7 @@ <% var tests = new Array("formtest", "showvars", "include", "session", "loadparm", "exception", - "ldb"); + "ldb", "auth"); %> <HTML> |