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
NTGroups authentication!
New Topic
Topic Locked
Printer Friendly
Author
Topic
Utorian
Starting Member
Denmark
18 Posts
Posted - 16 May 2001 : 09:12:06
Is it me or is the NTGroup string CASE SENSETIVE???
How to change so it isn't???
Utorian
Starting Member
Denmark
18 Posts
Posted - 17 May 2001 : 05:09:22
K! It seems i have found the solution for this problem. (beta testing right now)
What I did was:
Adding these linie to inc_functions.asp
case 8
chkDisplayForum= false
if strAuthType="nt" THEN
NTGroupSTR = Split(strNTGroupsSTR, ", ")
for j = 0 to ubound(NTGroupSTR)
NTGroupDBSTR = Split(rsAccess"F_PASSWORD_NEW"), ", ")
for i = 0 to ubound(NTGroupDBSTR)
if NTGroupDBSTR(i) = NTGroupSTR(j) then
chkDisplayForum= true
exit function
elseif Lcase(NTGroupDBSTR(i)) = LcaseNTGroupSTR(j)) then
chkDisplayForum= true
exit function
end if
next
next
End if
Utorian
Starting Member
Denmark
18 Posts
Posted - 17 May 2001 : 05:10:14
the function is called:
function chkDisplayForum(fForum_ID)
Utorian
Starting Member
Denmark
18 Posts
Posted - 17 May 2001 : 05:46:50
Next goal for me and my NTGroup Authentication is using multiplied allowed NTGroups.
If on current time has any ideas about this, plz reply. Thanks.
And I will return with further info on this.
Over and out
Utorian
Utorian
Starting Member
Denmark
18 Posts
Posted - 17 May 2001 : 06:30:01
function chkForumAccess(fForum)
and
sub chkUser4()
in inc_functions.asp
add the same linies showed in red from above, and the multiplied access from ntgroups should work. (the function did work, but were case sensitive).
Note: You should put the linies in "Case 8,9" in the functions.
Topic
New Topic
Topic Locked
Printer Friendly
Jump To:
Select Forum
Announcements
Announcements: Security Related Bug Fixes
Announcements: Community
Announcements: New Releases
A Testing Area
Testing Forums
Help Groups for Snitz Forums 2000 Users
Help: General / MVC version(v1.XX)
Help: General / Classic ASP versions(v3.4.XX)
Help: General / Previous versions
Help: Database: MS Access
Help: Database: MS SQL Server
Help: Database: MySql
Help: Mail Configuration
Help: MOD Implementation
Help: Authentication: NT
Help: General / Current Version (Old)
Frequently Asked Questions
FAQ About This Site
HOW DO I FAQs
FAQs for Using Snitz with Access
FAQs for Using Snitz with mySQL
FAQs for Using Snitz with SQLServer
FAQ for Beginners to Snitz Forums
FAQ For Developers
FAQ for Webmasters
FAQ Addition Requests
Snitz Forums 2000 MOD-Group
Mod Integration Project (BUG Reports)
MOD Completed Add-Ons
MOD Add-On Forum (W/Code)
MOD Add-On Forum (W/O Code)
Community Forums
Graphics & Style in Snitz!
Suggest forum.snitz.com Content
Show-Off Your Forums
Code Support: ASP (Non-Forum Related)
Code Support: ASP.NET (Non-Forum Related)
Community Discussions (All other subjects)
Snitz Forums 2000 DOC-Group
DOC Discussion
DOC In-Box
DOC Out-Box
Snitz Forums 2000 DEV-Group
DEV Bug Reports (Open)
DEV Discussions (General)
DEV Discussions (Oracle)
DEV Discussions (VFP)
DEV Bug Reports (Closed)
DEV Internationalization (v4-archive)
DEV Internationalization (v4)
URLs and Other Resources
Snitz Forums 2000 - Classic ASP version
SnitzBitz
Snitz MVC development site
Snitz Downloads/etc...
SourceForge
--------------------
Home
Active Topics
Frequently Asked Questions
Member Information
Search Page
Snitz Forums 2000
© 2000-2021 Snitz™ Communications
This page was generated in 0.12 seconds.