Hi Dipu, There is not a general purpose cclass to use... You'll have to extend the schema. Search MSDN for "How to Extend the Schema"... There is a Platform SDK article that describes all the steps.
<shamless plug> Or you could check out my book "Active Directory Programming" (http://www.amazon.com/exec/obidos/tg/detail/-/0672315874/) from MacMillan. It describes how to extend the schema and includes C++ code to do it using either ADSI or LDAP. </shameless plug> -gil Gil Kirkpatrick CTO, NetPro Author of "Active Directory Programming" from MacMillan -----Original Message----- From: Dipu Karuthedathu [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 10:14 PM To: '[EMAIL PROTECTED]' Subject: [ActiveDir] Active directory object creation and usage Hello All, I would like to get more info on the following: 1) Is there a general purpose ADS object class with a list of strings as attribute? If so, can i create and use an object of this class for my own application data? 2) If there is not a generic class, how do i extend the existing schema to create a custom object class programatically using C++? What are the interfaces available? Is there any samples available? Thanks and Best regards, Dipu. List info : http://www.activedir.org/mail_list.htm List FAQ : http://www.activedir.org/list_faq.htm List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/ List info : http://www.activedir.org/mail_list.htm List FAQ : http://www.activedir.org/list_faq.htm List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/
