Authenticate and bind to the directory server.
Connect(ServerName As String, [ Port As Long = -1 ], [ UserName As String = "" ], [ Password As String = "" ], [ UseSSL As Boolean = False ])
Set pLDAP = CreateObject("LDAPClient.3")
Call pLDAP.Connect("ldapserver",,"cn=michalp", "pwd")