Oracle TNS resolving : additional info: objectclass: value #0 invalid per syntax
57 views
Skip to first unread message
HansPeter
unread,
Dec 20, 2007, 7:23:27 AM12/20/07
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to openldap
Hello,
I am trying to configure openldap 2.3.39 for TNS resolving in an
Oracle environment.
I was able to create the toplevel domain as follows:
dn: dc=oracle
objectClass: domain
objectClass: top
dc: oracle
Now I want to add the following level like
dn:cn=OracleContext,dc=oracle
cn:OracleContext
objectclass:orclContextAux82
objectclass:orclContext
objectclass:top
orclVersion:90500
But that fails with:
dding new entry "cn=OracleContext,dc=oracle"
ldapadd: Invalid syntax (21)
additional info: objectclass: value #0 invalid per syntax
There are no trailing spaces at the end of every line.