Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: Authentication: NT
 Error after enabling NT Auto Login
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

sumo
Junior Member

USA
121 Posts

Posted - 01 March 2001 :  12:34:10  Show Profile  Visit sumo's Homepage  Send sumo an AOL message
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

Posted - 01 March 2001 :  13:16:48  Show Profile  Visit sumo's Homepage  Send sumo an AOL message
BTW, I made sure ADSI 2.5 was installed...

Mike
http://www.sumovw.com/
http://www.sumovw.com/forum/
http://www.sumofx.com/
Go to Top of Page

sumo
Junior Member

USA
121 Posts

Posted - 06 March 2001 :  11:11:21  Show Profile  Visit sumo's Homepage  Send sumo an AOL message
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/
Go to Top of Page

Eladon
Starting Member

Canada
27 Posts

Posted - 08 March 2001 :  12:08:54  Show Profile
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!

Go to Top of Page

sumo
Junior Member

USA
121 Posts

Posted - 08 March 2001 :  12:47:13  Show Profile  Visit sumo's Homepage  Send sumo an AOL message
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/
Go to Top of Page

sumo
Junior Member

USA
121 Posts

Posted - 08 March 2001 :  17:28:19  Show Profile  Visit sumo's Homepage  Send sumo an AOL message
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/
Go to Top of Page

jhill
Starting Member

11 Posts

Posted - 09 March 2001 :  13:20:57  Show Profile
Thanks for the fix - it works!

Go to Top of Page

sumo
Junior Member

USA
121 Posts

Posted - 10 March 2001 :  12:29:48  Show Profile  Visit sumo's Homepage  Send sumo an AOL message
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/
Go to Top of Page

SteveHurst
Starting Member

United Kingdom
7 Posts

Posted - 23 March 2001 :  06:37:32  Show Profile
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).


Go to Top of Page

tankman
Starting Member

Germany
1 Posts

Posted - 05 April 2001 :  18:16:09  Show Profile
I still had the problems until i changed line 1250 to this:

Set strNTUserInfo = GetObject("WinNT://"+replace(strNTUser,"\","/"))

Now everything works fine.


Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.15 seconds. Powered By: Snitz Forums 2000 Version 3.4.07