Should windows auth be working without a username and password? I can only make it work when my config looks like this:
var config = {
server: 'localhost',
domain: 'laptop',
userName: 'username',
password: 'password'
}
After reading though the thread on #415, I got the impression it should?
Thanks!