Using SQL Server 2005, how can I authenticate a username/password pair against a non-AD LDAP server using NET ?
相关问题
- sql execution latency when assign to a variable
- Generic Generics in Managed C++
- How to Debug/Register a Permanent WMI Event Which
- What is the best way to cache a table from a (SQL)
- php PDO::FETCH_ASSOC doesnt detect select after ba
If calling from SQL Server 2005, you'll need to create a .NET stored procedure.
Using .NET to connect to LDAP:
http://msdn.microsoft.com/en-us/library/system.directoryservices.aspx