[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Problem when add more value to userCertificate attribute. ("add v alue failed")
Zitat von Duile Gerhard <gerhard.duile@siemens.com>:
> So my question: does anybody know what I have to do to store more than one
> userCertificate in an entry? Is it possible at all?
You need to use an ldapmodify operation which replaces the values of an
attribute. In LDIF terms:
dn: cn=user1
changetype: modify
replace: userCertificate;binary
userCertificate;binary:< file://cert1.der
userCertificate;binary:< file://cert2.der
--
Norbert