Tech Support > Operating Systems > Windows 2003 > How will I get attributes from Windows Server 2003 Active Directory?
How will I get attributes from Windows Server 2003 Active Directory?
Posted by Bini Krishnan on December 11th, 2003


I'm facing problem on retrieving the
field "attributetypes" from schema DN of Windows Server
2003 AD.
The API which I used is ldap_search( ld, schema DN,
LDAP_SCOPE_BASE,"objectclass=subschema" ,NULL,FALSE ) to
get the field "attributetypes" which has the attributes
from schema DN. In case of Windows Server 2003 Active
Directory, the field "attributetypes" is not available as
part of the schema DN even though the application is
explicitly requesting the values for the
field "attributetypes". But it is retrieving for Windows
Server 2000 Active Directory.
How will I get the field 'attributetypes" from Windows
Server 2003 AD.
Hope someone has traveled this road and may have some
experience to share. Immediate response will be
appreciated.


Similar Posts