From e9c925f8727a8fa01935129ba8209183d111bd86 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 20 Jul 2005 04:27:09 +0000 Subject: r8629: - moved the getDomainList() call out of smbcalls_auth.c and into libjs/auth.js - tried to make the ejs_userAuth() call work for the sam, not just for unix auth. I didn't get this working. Andrew, when you get a chance can you see what I'm doing wrong? I suspect its because we aren't supplying a challenge, but a challenge doesn't really make sense in a 'is this username/password' correct call. (This used to be commit 9e07c08a71908e99c2f44efc40a3249facd6850f) --- swat/login.esp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'swat') diff --git a/swat/login.esp b/swat/login.esp index 12182ea106..257567d267 100644 --- a/swat/login.esp +++ b/swat/login.esp @@ -1,6 +1,5 @@ -<% page_header("plain", "SWAT Login", ""); %> - -<% +<% page_header("plain", "SWAT Login", ""); + libinclude("auth.js"); if (request['SESSION_EXPIRED'] == "True") { write("Your session has expired - please authenticate again
\n"); -- cgit