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

Re: undefined attributetype



At 06:41 PM 12/15/00 +0000, Helke Schröder wrote:
>hi,
>I've got a problem trying to add new entries with own attribute.
>
>in the slapd.conf I have insert:
>    include /etc/openldap/schema/schema.schema
>(schema check is on)
>
>and this schema.schema looks like this:
>    #ldxPcUserDn
>    attributetype( 2.16.840.1.113719.2.177.4.64.1 NAME 'ldxPcUserDn'
>     SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
>     MULTI-VALUE )

Check your server logs for configuration errors... the
attribute type describe above is flawed (MULTI-VALUE is
not a recognized term).

Kurt