Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Active directory

Author  Topic 

JERICHO
Starting Member

18 Posts

Posted - 2002-11-19 : 20:23:02
Is there any way i can use SQL 2000 to work with my active directory. I want to validate my login.asp page using the active directory, so it is possible to use a SP to check with the active directory then return a result to asp?

robvolk
Most Valuable Yak

15732 Posts

Posted - 2002-11-19 : 20:48:04
This might help:

http://www.sqlteam.com/Forums/topic.asp?TOPIC_ID=11297

It's pretty sparse on details though. Do a forum search on "LDAP", you'll find a couple of examples using Active Directory.

Failing that, check out some ASP sites, there's a number that have code samples that could work in SQL Server with little or no modification (might need to run it in an ActiveX job step):

www.4guysfromrolla.com
www.15seconds.com
www.asp101.com
www.aspalliance.com

Go to Top of Page
   

- Advertisement -