|
-
Feb 6th, 2002, 12:34 PM
#1
Thread Starter
Addicted Member
User Authentication Via API
Is there an API or any other way to authenticate a userID / Password against the NT security file or the novell logins. I'm thinking in terms a web applications.
I know that NT Authorization is availible, but that's not exactly what I am trying to do. I want a user to enter a userid/password when prompted. Then I want to be able to verify the login using existing rights that exist on our domain.
-
Feb 6th, 2002, 02:54 PM
#2
What type of web applications are you talking about ???
-
Feb 6th, 2002, 03:06 PM
#3
Thread Starter
Addicted Member
We are working on an IIS web server that runs on a NT machine that uses VB Script in ASP. Our network is Novell.
Our goal is to use existing Logins/passwords that already exists withing Novell or NT. We could set up an SQL Server database that has the necessary logins/passwords in it. However, we were hoping to be able to use something that is already in place. That way our users would not have to have a different login/password when they login to our web app.
We have several users that are not within our network domain. However, they are set up on our exchange server. Is there a way that we can somehow authenticate our logins against that SAM database?
-
Feb 6th, 2002, 04:48 PM
#4
Well, then all you have to do is to enable Integrated Windows Authentication on IIS server.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|