G
Guest
I have the following line of code, but i don't think i am providing the right
syntax:
Dim oAllEntries As New DirectoryEntry(LDAP & LDAP_DOMAIN_SERVER &
LDAP_USERS, LDAP_DOMAIN & sUserName, sPassword)
Where
Public Const LDAP As String = "LDAP:"
I need to know how to format the remaining strings..
i.e
Public Const LDAP_DOMAIN_SERVER As String
Public Const LDAP_USERS As String =
Public Const LDAP_DOMAIN As String
Any ideas.. Thanks
syntax:
Dim oAllEntries As New DirectoryEntry(LDAP & LDAP_DOMAIN_SERVER &
LDAP_USERS, LDAP_DOMAIN & sUserName, sPassword)
Where
Public Const LDAP As String = "LDAP:"
I need to know how to format the remaining strings..
i.e
Public Const LDAP_DOMAIN_SERVER As String
Public Const LDAP_USERS As String =
Public Const LDAP_DOMAIN As String
Any ideas.. Thanks