[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Problem with userCertificate;binary
Bjørn Asle Taranger writes:
> a. Object class violation (65)
> additional info: attribute 'userCertificate;binary' not allowed
In this case, object class violation means that you tried to add an
attribute without adding an object class which allows that attribute.
In etc/openldap/schema/core.schema, you'll see that you can add one of
the object classes strongAuthenticationUser or pkiUser (at the same time
as you add userCertificate;binary) to accomplish that.
> b. Undefined attribute type (17)
> additional info: userCertificate: requires ;binary transfer
So it does.
--
Hallvard