Author |
Topic |
|
Talismanic
Starting Member
45 Posts |
Posted - 02 November 2006 : 17:38:43
|
This may be a problem that should be posted in the NT forum but since I can't say that is the problem 100% for sure I am posting this here.
I have two different forums on two separate servers (same domain). I have the previous version of Snitz on one server, which works fine with NT Authentication. However the second server running the new version of Snitz is having an issue with NT Authentication. I can delete any forum, post, or category but I am not able to add or edit any on of those.
As you can see by this image I am logged in as the admin (admin options link shows) Is this a bug in the new version or did I miss a step?
Also I should point out that I could do every other function of the Admin except add forums or categories to the forum. |
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 03 November 2006 : 02:09:21
|
I don't think the code for NT Auth has been changed in the new version, so I don't really see why that is happening. Also, the authentication for each of the functions that require it, is always done the same way... |
Snitz 3.4 Readme | Like the support? Support Snitz too |
|
|
TL06
Starting Member
4 Posts |
Posted - 04 December 2006 : 16:07:09
|
I'm running into a similar issue after upgrading to v3.4.06 from v3.4.05. I used the upgrade "package" (files only) modified the strDBType and the strConnString within the config.asp then copied the files over. Run the setup.asp and things seemed fine until users tried to post. they get the "invalid username or password" message. this also occurs when they try to get their "profile" (after the submit). obviously I'm missing a site specific entry somewhere, but haven't found it yet. Any ideas? |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
TL06
Starting Member
4 Posts |
Posted - 05 December 2006 : 07:55:46
|
some additional info....
As the administrator I do not have the issue. I made a different user an administrator but it did not resolve the issue for that user. I have had about 4-5 users check and it is the same for all of them, "invalid user or password". Without having everyone check, I'm guessing that all users are having the problem (except admin - me) |
|
|
TL06
Starting Member
4 Posts |
Posted - 05 December 2006 : 08:28:40
|
I think I have narrowed it down to the "inc_func_common.asp" file. If I put the old version (3.4.05)of that file back, the users are able to do a successful "submit" to view their profile and are now able to post.
I'm looking through the code to see if I can spot anything that is causing the problem. My guess is that you'll find it before I do. |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 07 December 2006 : 11:52:26
|
Ok, I think I may have the solution in inc_func_common
1) in the function chkuser in 3.4.06 the line in red was added MemberID = rsCheck("MEMBER_ID") strDBNTUserName = rsCheck("M_NAME") if (rsCheck("MEMBER_ID") & "" = fAuthor & "") and (cLng(rsCheck("M_LEVEL")) <> 3) then
why it was added I am not sure, try commenting out this line in the 3.4.06 code and let us know whether or not it fixes the issue |
|
|
TL06
Starting Member
4 Posts |
Posted - 07 December 2006 : 13:19:50
|
Looks like that did the trick. I am able to enter the profile configuration and submit posts.
Good catch. I hope it helps others as well.
Thanks. |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 07 December 2006 : 13:31:00
|
I will try and figure out what we added it for |
|
|
kingvandal
Starting Member
4 Posts |
Posted - 31 May 2007 : 14:34:36
|
That worked just great! thanks so much for this. Maybe a Wiki or somehting of that nature would be a good place fo rfixes like this? |
|
|
ashman
Starting Member
Australia
3 Posts |
Posted - 31 May 2007 : 22:09:44
|
This also fixed the exact problem I was having as well. Thanks heaps all involved. |
|
|
John_OAS
Starting Member
Australia
5 Posts |
Posted - 08 October 2007 : 23:32:14
|
That did it for me, too.
Well spotted, that man!
|
|
|
|
Topic |
|