Venkat Reddy Valluri writes:
This is the error messgae I am getting
ldap_add: Internal (implementation specific) error (80) additional info: no structuralObjectClass operational attribute
And hopefully it also mentioned that that error came from adding cn=jdbc,dc=production,dc=net" since that object lacks a structural object class. (Commonly people abuse organizationalUnit for such objects. Which means you must add an 'ou' attribute.)
dn: cn=jdbc,dc=production,dc=net objectClass: top objectClass: extensibleObject cn: jdbc
(...) cn : testApp
Also delete the space before the ':'.