Author |
Topic |
|
alz
Starting Member
5 Posts |
Posted - 12 April 2004 : 16:14:10
|
Hi,
I want to give NT-Authentication autologon access to my forum to all people of my company. We have several domains around the world links by a TRUST.
Snitz seems to do not work with TRUST because only people from my domain have access. More I never set up any reference to my domain so I don't know how snitz know my domain (so I would have tried to modify it by myself...)
Thanks for your help.
AlZ |
|
Kal Corp
Average Member
USA
878 Posts |
Posted - 07 May 2004 : 09:06:08
|
I now have the same issue.
I created the Code we are currently using in Snitz forum, NT domain Auth and Group access.
Let me see what I can do.
|
{VAS}-Kal Corp VAS Development NetWork - Forums for old Snitz Mods! Creator of all things {VAS}
|
Edited by - Kal Corp on 07 May 2004 09:07:53 |
|
|
joatham
Junior Member
United Kingdom
169 Posts |
Posted - 18 May 2004 : 20:16:28
|
Kal Corp, I've got some changes to the NT Auth which I put together a couple of years back for multi domain - it's been working on my work intranet based Snitz since then. Do you want me to mail you a copy for you to take a look over it? If so, let me know and I will forward it to you.
(best to contact me through member contact as I'm not a regular visitor to these forums any more, too busy )
John |
|
|
Hace
Starting Member
1 Posts |
Posted - 22 May 2004 : 18:21:09
|
Just wanted to let Snitz know the following.
When installing and setting NT Authentication on, and also disable the group setting with version Snitz Forums 2000 v3.4.04 there is a bug going.
When a new NT-user logs into the forum, the pages default.asp and register.asp are repeatedly following each other and the username (NT-name) of the user is continuously entered into FORUM_MEMBERS. After the user is added about 50 times with the same M_NAME, IIS throws an IIS-error. Anyway, the bug is, that M_USERNAME is not filled.
I found out that changing a line of code solves the bug so that NT-authentication works and that users do not have to register to the forum.
In [register.asp] from lines 455, I changed:
if strAuthType = "nt" then strSql = strSql & ", " & "'" & chkString(strNTUserFullName,"SQLString") & "'" end if
to:
if strAuthType = "nt" then strSql = strSql & ", '" & chkString(Session(strCookieURL & "strNTUserFullName"),"SQLString") & "'" end if
Which solved this bug... I hope the developers of Snitz appreciate this contribution.
Have fun,
|
-- http://hace.dyndns.org |
|
|
OneWayMule
Dev. Team Member & Support Moderator
Austria
4969 Posts |
|
|
Topic |
|