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

Re: MUST attributes



At 02:51 AM 2002-06-19, James Halpin wrote:
>If I specify MUST attributes in the schema for an object does this hold for
>modification and deletion requests?

Regardless of the operation, the entry needs to conform to schema.
This is checked after Add, Modify, and ModifyDN.  It's not checked
for Delete as conformance of a deleted entry is moot.

>That is, if I want to modify or delete
>entries (using some provisioning tool)  do I have to specify the values of
>the MUST attributes every time?

No.

Kurt