Author |
Topic |
Vader
Starting Member
1 Posts |
Posted - 28 April 2004 : 05:55:51
|
I'm having the same problem. Everything works fine when using db, but when I switch on NT authentication I get an error message on every page.
Can anyone from Snitz provide a fix for this problem? |
|
|
DJWillis
Starting Member
United Kingdom
39 Posts |
Posted - 07 May 2004 : 06:29:43
|
I am looking into this problem as we have the same situation using Snitz (and our own custom single sign-on code) on our Intranet under IIS6 (with or without an AD).
I can provide a few pointers though, IIS6 and Server 2003 lock down ADSI from non managed code/trusted users (i.e. ASP) a lot tighter then older versions and some of the problems appear to be originating from the fact that a non-Kerberos security token (i.e. NT4 token) can only take one hop, in this case client to web server, whereas Active Directory logins (Kerberos tokens) can hop about all they want from server to server to server etc..
There are a few things that would really help me, are your 2003 servers member servers of the AD or the old NT4 domain? Are you running SID history in the AD? Is, to the best of your knowledge, your IIS6 setup the same as the old IIS5 setup that worked? Would admins entertain a more involved setup process to get NT authorisation working on IIS6? Maybe some custom IIS6 code or (god forbid) some wrapped .Net code called from Snitz? |
Regards
John Willis
"You can have any error screen, as long a it's blue" |
|
|
beppe1266
Starting Member
Norway
8 Posts |
Posted - 03 June 2004 : 07:08:15
|
quote: Originally posted by beppe1266
quote: Originally posted by fendermb4
I have this exact same problem, with the exact same configuration as you are reporting above. 2003 DC's, XP workstations. It works if I am logged on locally to the webserver, but not from any other workstation, even if I log on with Domain Admin rights from the other workstations.
I have exactly the same problem. Any solution to this (please....)
Error: Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method: 'strNTUserInfo.FullName'
/hm-forum/inc_functions.asp, line 1274
Here is the inc_function.asp part: if strAutoLogon="1" then strNTUserFullName = Session(strCookieURL & "strNTUserFullName") if Session(strCookieURL & "strNTUserFullName") = "" then Set strNTUserInfo = GetObject("WinNT://"+strNTUser) (line 1274) strNTUserFullName=strNTUserInfo.FullName Session(strCookieURL & "strNTUserFullName") = strNTUserFullName end if When i'm on the server it works fine. The server has IE6 as well.
Beppe
Beppe
Well, the logon process is now working. I have turned OFF "NT auto logon". Well, users still logs on automaticly, but new users have to register manually. So.. 1: Is "NT Auto logon" just for new users and their registration?
2: Why do i get an error when this option is ON and the user are already registered? |
|
|
Topic |
|
|
|