Hi everyone, I am using the pkiUser objectClass to store information about a user such as the certificate. The attribute I am using for this is userCertificate;binary.
Through a Java program, when I try to do Ldapconnection.modify ( dn , modificationSetArray), I get an error "Inappropriate Matching". The serialNumber attribute and ALL other NON-BINARY attributes get added without any problems. Only the userCertifcate;binary attribute gives me this error. However, on the command line if I use 'ldapadd....' the certificates also get added. What could be the problem ? Is there some special coding required to multiple handle binary attributes ? Thanks in advance. Best regards. _______________________________________________ mozilla-directory mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-directory
