Details
Description
Trying to modify operational attributes of entries (modifiersName, creatorsName) does not cause approriate errors. FInd attached a JUnit test which performs three modify operations (adding/deleting/reoplacing an operational attribute) with the help of JNDI. All of them do not throw an exception.
I have checked the test with three other LDAP servers. OpenLDAP and Sun Java System Directory Server return an LDAP code 19 (LDAP_CONSTRAINT_VIOLATION), IBM Tivoli Directory Server returns 50 (LDAP_INSUFFICIENT_ACCESS).