summaryrefslogtreecommitdiff
path: root/source4/scripting/libjs/auth.js
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r8639: moved loadparm calls into an ejs objectAndrew Tridgell1-1/+2
(This used to be commit 2dc493eea6f9d87c40ad0dc755f528ce0b33ca47)
2007-10-10r8629: - moved the getDomainList() call out of smbcalls_auth.c and into ↵Andrew Tridgell1-0/+17
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)