[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: no validator for syntaxQ
Hi unknown
the attribute_syntax of the atrributetype preferredDeliveryMethod is
SEQUENCE OF INTEGER {(0),(1),(2),(3),(4),(5),(6),(7),(8),(9) };
If you find another attribute with this syntax you may get a solution.
You can find the meaning of the different integers in X.520/1995. page 26.
suomi
Who Knows wrote:
I have installed the Redhat rawhide 2.1.22 version of openldap.
When attempting to import initial entries from an ldif file I get the
following error:
preferredDeliveryMethod: no validator for syntax
1.3.6.1.4.1.1466.115.121.1.14
As best I can guess, I will simply need to avoid that attribute,
but was curious if this was a bug or by design.