summaryrefslogtreecommitdiffstats
path: root/source/scripting/libjs/auth.js
Commit message (Collapse)AuthorAgeFilesLines
* r8639: moved loadparm calls into an ejs objectAndrew Tridgell2005-07-201-1/+2
|
* r8629: - moved the getDomainList() call out of smbcalls_auth.c and into ↵Andrew Tridgell2005-07-201-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.