ldap

  • Thread starter Thread starter Misaro
  • Start date Start date
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,
 
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
 
Back
Top