[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Search OpenLDAP with Microsoft ADSI



At 12:30 PM 9/15/99 +0800, S.T. Wong wrote:
>con.Execute("LDAP://myldapsever.edu.hk/dc=mydomain,dc=edu,dc=hk;(objectclass=testPerson);cn;SubTree")

I'm not familiar with VB or ADSI...  but I'd guess (maybe incorrectly)
that the argument to con.Execute should be a URL.  Ie:

ldap://myldapserver.edu.mk/dc=mydomain,dc=edu,dc=hk?cn?sub?(objectclass=testPerson)

See RFC2255 for LDAP URL specifics.   For VB/ASDI specifics,
I suggest you use the MSDN community forums available at:
  http://msdn.microsoft.com/community/default.asp

Note: this list is for discussions related to the development
OF OpenLDAP software.  Questions related to development WITH
OpenLDAP software should be directed to openldap-software mailing
list.