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
 SQL Server Development (2000)
 Is there a way to pull in LDAP groups to SQL Serve

Author  Topic 

kdfarber
Starting Member

24 Posts

Posted - 2005-02-15 : 15:11:43
Currently we have windows and SQL login to our databases. We currently have several web applications that are using LDAP to validate if a user can goto the page they are requesting. If they can then the application is issuing a connection string using a sql login is there a way to pull in a ldap anme or group like we do with windows ??

ehorn
Master Smack Fu Yak Hacker

1632 Posts

Posted - 2005-02-15 : 21:25:41
LDAP can be configured as a linked server in SQL Server. If you google it you will find examples.
Go to Top of Page
   

- Advertisement -