Using SQL Server 2005, how can I authenticate a username/password pair against a non-AD LDAP server using NET ?
|
|
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
|
||||
|
