Identity Management (MOSC)

MOSC Banner

ldap_modify: DSA is unwilling to perform

edited Mar 7, 2014 12:00PM in Identity Management (MOSC) 20 commentsAnswered

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

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center