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 Administration (2000)
 Query LDAP

Author  Topic 

JERICHO
Starting Member

18 Posts

Posted - 2002-12-01 : 20:59:06
Hey guys i got a problem,
I tried to query out from the active directory but all i get is the adsPath field

this is my query

select *
from openquery(ADSI, '* from ''LDAP://AD_IP/DC=abc,DC=com,DC=nz''where objectclass=''*''')

can anyone tell me how to query the user name and password and i need to use them for validating my customized web services login. Thank you.

   

- Advertisement -