Leave a Comment:
2 comments
Alright then. Hope if others do the same mistake, it would be useful to easily troubleshoot. 🙂
ReplyI was trying to run an ldif file that will modify certain attribute and objectclass.
I was giving the user details without quotes in ldap_modify command as shown below and it throws Insufficient access error.
[oracle@hostname bin]$ ./ldapmodify -h hostname -p 389 -D cn=orcladmin -W password -f oid_tuning.ldifWhen I tried with quotes as shown below, it worked like a charm!
[oracle@hostname bin]$ ./ldapmodify -h hostname -p 389 -D “cn=orcladmin” -w password -f oid_tuning.ldifThe error looks like a user lock or access privileges issue, but the answer is quite simple. Anyhow, feel like it would be useful.
I am engulfed in Oracle Identity & Access Management domain. I have expertise on providing the optimized solutions for user provisioning, web access management, Single Sign-On and federation capabilities etc., I am also well versed with complex integrations within Identity Management and other product domains. I have expertise on building demos and implementation experience on products Oracle Access Manager, Oracle Adaptive Access Manager, Oracle Entitlement Server, Oracle Virtual Directory, Oracle Internet Directory etc., Look @ my blog: http://talkidentity.blogspot.com
Alright then. Hope if others do the same mistake, it would be useful to easily troubleshoot. 🙂
Reply