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

Re: Replacing the OC attribute



You didn't say which version of OpenLDAP Software you were
using. The 2.1.20 server should have returned
objectClassModsProhibited error here as the operation
requests the structural object class of the entry (which
should be immutable) from changing from organisationalPerson
to inetOrgPerson.  If you were using 2.1.20, I suggest
you file a bug report.  If you were using some earlier
version, I suggest you try 2.1.20.

Kurt

At 12:15 AM 5/23/2003, Geert Van Muylem wrote:
>Hi All,
>
>I was trying to add a mail attribute to an existing entry with a small test
>application...
>This entry had OC top, person an organisationalPerson. By mistake I replaced
>the OC with
>inetOrgPerson (deleting all the others...) without getting any error from
>the server.
>Is this normal? (I tested this on another server where I got an OC
>violation)
>
>Thanks,
>Geert