[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: X.509 certificate and userSMIMECertificate



At 12:22 AM 2001-12-11, John Smith wrote:
>Hi all,
>I am not an experienced user of openLDAP and, reading threads, I have not found an exhaustive answer to my problem, so be patient.
>My client application must store an identity with its X.509 certificate as userSMIMECertificate attribute.
>I have created a class, which implements DirContext, where I set all attributes. One of those attributes is a userSMIMECertificate:
>
>Attrs = new BasicAttributes(true);
>Attrs.put("userSMIMECertificate;binary", scert );

Don't use ;binary with userSMIMECertificate.  See ietf-ldapext
discussions regarding this.

Kurt