OID 10g Error thrown in OIDDAS "NamingException Encountered in ldapModify [LDAP: error code 50 - Insufficient Access Rights]"
(Doc ID 577708.1)
Last updated on AUGUST 30, 2023
Applies to:
Oracle Internet Directory - Version 9.0.4 to 10.1.4 [Release 10gR1 to 10gR3]Information in this document applies to any platform.
Symptoms
1. Error received trying to modify a user's 'street' attribute using either command line ldapmodify or logged in OIDDAS as a non-orcladmin user. However, can successfully modify the same user entry's st (state) attribute using either command line ldapmodify or logged in OIDDAS as the same non-orcladmin user.
2. ldapmodify -h <OID_HOSTNAME> -p <OID_PORT> -D "cn=<USERNAME>,cn=users,dc=<COMPANY>,dc=com" -w <password> -f <FILENAME>
modifying entry cn=<USERNAME>,cn=users,dc=<COMPANY>,dc=com
ldap_modify: Insufficient access
3. cat <FILENAME>.ldif
dn: cn=<USERNAME>,cn=users,dc=<COMPANY>,dc=com
changetype: modify
replace: street
street: <STREET_NAME>
4. When logged in OIDDAS, the following error is generated:
User Editing Error !
Cannot modify base user entry - NamingException encountered in ldapModify [LDAP: error code 50 - Insufficient Access Rights]
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |