Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Software > Active directory Interfaces > ADSI interface ...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 2291 of 2407
Post > Topic >>

ADSI interface to connect to Etrust LDAP server

by "d!l!" <dilish.daniel@[EMAIL PROTECTED] > May 26, 2008 at 12:21 AM

Hi,

I am using ADSI interface to connect to LDAP server and retreive the
directory structure. My applicaiton was working for with Netscape
directory. But when i tried to test my applicaiton with an Etrust
directory it does not connect to the server and gives me an
UnSpecified Error. Code i sue to connect to the server is.

  'ADSI objects
    Dim oOpenDSO As IADsOpenDSObject
    Dim oIADs As IADs

   'first set the IADsOpenDSObject object
    Set oOpenDSO = GetObject("LDAP:")
strAddress="LDAP:\\10.203.180.22:389\ou=Staff,o=National"
    'open (or log on to) the directory server
    Set oIADs = oOpenDSO.OpenDSObject(strAddress, strUserName, _
            strPassword, vAuthEncryptSSL)



Hope someone helps.

-Dilish
 




 1 Posts in Topic:
ADSI interface to connect to Etrust LDAP server
"d!l!" <dili  2008-05-26 00:21:50 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Thu Dec 4 21:48:54 CST 2008.