Author |
Topic |
|
sumo
Junior Member
USA
121 Posts |
Posted - 01 March 2001 : 12:34:10
|
I get the following error now whenever I try to access my forum after enabling NT Auto Login. We do use NT authentication and it was working great until this feature was enabled. Any clue?
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method: 'strNTUserInfo.FullName'
/forum/inc_functions.asp, line 1250
I've even tried resetting the flag in the database, but that doesn't help either. That may be related to a cookie, so I'm about to delete that to see what happens.
Mike http://www.sumovw.com/ http://www.sumovw.com/forum/ http://www.sumofx.com/ |
|
sumo
Junior Member
USA
121 Posts |
|
sumo
Junior Member
USA
121 Posts |
Posted - 06 March 2001 : 11:11:21
|
I am still having trouble with this. And, even if I go into the database and turn Autologin off, I still get the error.
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method: 'strNTUserInfo.FullName'
/forum/inc_functions.asp, line 1262
Does anyone have a clue? I really need this feature.
Mike http://www.sumovw.com/ http://www.sumovw.com/forum/ http://www.sumofx.com/ |
|
|
Eladon
Starting Member
Canada
27 Posts |
Posted - 08 March 2001 : 12:08:54
|
quote:
I am still having trouble with this
I'm having the same problem and have been eagerly awaiting a reply (with as much disappointment so far as you!). If you do find anything out, let me know! (I'll do the same) Thanks!
|
|
|
sumo
Junior Member
USA
121 Posts |
Posted - 08 March 2001 : 12:47:13
|
It's frustrating, because I can't even get into the forum at all. The browser just sits there for a minute before giving that error message. Grrrr...
quote:
quote:
I am still having trouble with this
I'm having the same problem and have been eagerly awaiting a reply (with as much disappointment so far as you!). If you do find anything out, let me know! (I'll do the same) Thanks!
Mike http://www.sumovw.com/ http://www.sumovw.com/forum/ http://www.sumofx.com/ |
|
|
sumo
Junior Member
USA
121 Posts |
Posted - 08 March 2001 : 17:28:19
|
I FIGURED IT OUT!!!
It has to do with the NT authentication security settings in IIS on the forum folder.
The only thing that should be checked off under the Directory Security tab when you click [Edit..] in the Anonymous Access and Authentication Control section is NT Challenge Response. If you have Clear Text checked off, the error appears.
Basically, this is the only way the forums can do an auto login is by NT challenge/response security instead of clear text. Clear text requires that you physically type in a username and password into a popup box when you visit the site.
Hopefully, this will clear EVERYTHING up with this feature! Anyone else out there using this feature (or trying to), let me know if this information helps at all.
Mike http://www.sumovw.com/ http://www.sumovw.com/forum/ http://www.sumofx.com/ |
|
|
jhill
Starting Member
11 Posts |
Posted - 09 March 2001 : 13:20:57
|
Thanks for the fix - it works!
|
|
|
sumo
Junior Member
USA
121 Posts |
Posted - 10 March 2001 : 12:29:48
|
No problem! This is a great feature. Only thing is, even if you were registered previously on the forum, it creates a new user for the auto login. Not a big deal, really. And I love how it pulls your full name, domain, and username!
quote:
Thanks for the fix - it works!
Mike http://www.sumovw.com/ http://www.sumovw.com/forum/ http://www.sumofx.com/ |
|
|
SteveHurst
Starting Member
United Kingdom
7 Posts |
Posted - 23 March 2001 : 06:37:32
|
I've been having this problem for ages on a secure site were checking NT challenge response stopped me accessing any of the forums.
Our site is hosted on NT4 but doesn't use domain names. The solution was to change the code at line 1250ish to Set strNTUserInfo = GetObject("WinNT://<computer name>/"+strNTUser)
were <computer name> is the name of the machine.
Code works fine now. (and I have Basic checked on the directory still).
|
|
|
tankman
Starting Member
Germany
1 Posts |
Posted - 05 April 2001 : 18:16:09
|
I still had the problems until i changed line 1250 to this:
Set strNTUserInfo = GetObject("WinNT://"+replace(strNTUser,"\","/"))
Now everything works fine.
|
|
|
|
Topic |
|