summaryrefslogtreecommitdiffstats
path: root/source4/scripting/libjs/auth.js
Commit message (Collapse)AuthorAgeFilesLines
* Convert some more files to GPLv3.Andrew Kroeger2008-03-281-1/+1
| | | | (This used to be commit ebe5e8399422eb7e2ff4deb546338823e2718907)
* r8639: moved loadparm calls into an ejs objectAndrew Tridgell2007-10-101-1/+2
| | | | (This used to be commit 2dc493eea6f9d87c40ad0dc755f528ce0b33ca47)
* r8629: - moved the getDomainList() call out of smbcalls_auth.c and into ↵Andrew Tridgell2007-10-101-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)