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

Re: Problem when add more value to userCertificate attribute. ("add v alue failed")



Duile Gerhard wrote:

The answers to this question say that it seems not to be possible to store more than one usercertificate in one entry because openldap does not support certificate matching.

Not true. Simply use LDAP_MOD_ADD to add one or more attribute value to an (existing) userCertificate attribute. You have to use transfer-encoding ;binary.


You can also use LDAP_MOD_REPLACE to replace all userCertificate values at once.

You cannot LDAP_MOD_DEL a certain value of userCertificate.

Ciao, Michael.