ORA-31202: DBMS_LDAP: LDAP client/server error: Object class violation
Hi,
I'm using package DBMS_LDAP PL/SQL API (Oracle 8.1.7) to work
with Netscape Directory 4.1.
I can not insert/update a user with 'userpassword' attribute, my
error as following:
" Error code : -31202
Error Message : ORA-31202: DBMS_LDAP: LDAP client/server error:
Object class
violation"
But when I insert/update a user without this attribute
(userpassword) is OK.
My user belong to "inetorgperson" objectclass.