ldap_modify: DSA is unwilling to perform
Hi,
I have a sample .ldif file to create a preferred country as follows:
dn: cn=subschemasubentry
changetype: modify
add: attributetypes
attributetypes: (1.3.6.1.4.1.11380.97.7.14 NAME 'preferredCountry' DESC 'REIM User preferred country ISO code' )
dn: cn=subschemasubentry
changetype: modify
add: objectclasses
objectclasses: (1.3.6.1.4.1.1.11380.97.11
NAME 'retailuser' DESC 'Oracle Retail Users for MOM' STRUCTURAL
sup ( top )
MUST ( sn $ cn )
MAY ( uid $ userPassword $ preferredCountry) )
When I try to run the command $ORACLE_HOME/bin/ldapadd -o <retailuserobjectclass_error.ldif> -v -c -h $oid_host -p $oid_port -w $oid_pwd -D cn=orcladmin -f retailuserobjectclass.ldif
Its throwing error " Unable to find retailuserobjectclass_error.ldif".
Then I changed the above statement to