ldap

M

Misaro

Hi,

I'm using the NDK from Novell to access the Windows Active
Directory using C++ and Java tools. When I adding an
object to the Active Directory the program return an error
code 16 no such attribute. Can some one tell me what is
missing or what I doing wrong?



Please, Thanks,
 
J

Jason Robarts [MSFT]

Typically this error message is caused by trying to add an attribute Active
Directory doesn't recognize. Without the details of the object (objectclass
and the set of attributes) you are trying to add it I can't be more
specific.

If you are developing the code what I'd try and do is use ldp to add the
object. If that works it would suggest there may be a problem with the
code. If it doesn't work it would suggest there may be a problem with the
object you are trying to add rather than the code.

Jason
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top