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

RE: schemacheck not working?



At 03:45 PM 3/6/01 -0800, Steve Collins wrote:

>Me again.
>
>I was playing around with this and found that if one of the objectclasses
>assigned to the entry is bogus, I can add any bogus attribute I want (using
>ldapadd):
>
>dn:uid=steve,dc=apexvoice,dc=com
>objectclass:person
>objectclass:organizationalPerson
>objectclass:whathehey
>sn:collins
>cn:steve
>crackers:wowzers
>
>Removing the bogus objectclass makes everything work as expected.
>
>I didn't find any similar reports in the archives, anybody know what's going
>on???

By default, undefined object classes are treated as extensibleObject.
You can rebuild with -DSLAPD_UNDEFINED_OC_IS_NOT_EXTENSIBLE if you
dislike this behavior.