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

Re: Disabling schema checking in slapadd



At 05:37 AM 1/8/2006, Howard Chu wrote:
>Luke Howard wrote:
>>I'd like to add an -S flag (or somesuch) to slapadd to disable schema
>>checking. We have an application that disables checking for certain
>>operations (such as writing tombstones which are stripped of most
>>attributes). For data recovery we'd like slapcat/slapadd to work.
>>
>>Thoughts?
>>  
>Make the tombstones use extensibleObject ?

This won't allow required attributes to be missing.

I would suggest tombstones have objectClass
        tombstone

and this allow/require those few attributes not stripped.

Kurt