how to read custom ldap fields using asp.net?

  • Thread starter Thread starter kalyantc
  • Start date Start date
K

kalyantc

Guest
I am using ASP.Net1.1 and VB to connect to ldap, query and read field values. I am using ADODB.Command and ADODB.connection classes to execute the query. I was able to read regular fields like cn, sn, gienname etc but not the custom extension fields that we added to ldap records, something like z-nickname, z-country. Is it possible to read these custom extension fields using ADODB and if so what should be the commandText?
 
Back
Top