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
 Trusted Domain
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

alz
Starting Member

5 Posts

Posted - 12 April 2004 :  16:14:10  Show Profile
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  Show Profile  Visit Kal Corp's Homepage
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
Go to Top of Page

joatham
Junior Member

United Kingdom
169 Posts

Posted - 18 May 2004 :  20:16:28  Show Profile  Visit joatham's Homepage
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
Go to Top of Page

Hace
Starting Member

1 Posts

Posted - 22 May 2004 :  18:21:09  Show Profile  Visit Hace's Homepage
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
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 22 May 2004 :  19:01:41  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
If you think you've found a bug, please post your message in this forum.

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
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.12 seconds. Powered By: Snitz Forums 2000 Version 3.4.07