[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: LDIF format question for Openldap-2.3.27
Hi
Here is my LDIF file
dn: dc=production,dc=net
objectClass: dcObject
objectClass: organization
dc: production
o: Production
dn: cn=jdbc,dc=production,dc=net
objectClass: top
objectClass: extensibleObject
dn: cn=testApp,cn=jdbc,dc=production,dc=net
fnDbFactoryName: OCCDataSourceFactory
fnDbCacheScheme: DYNAMIC
fnDbMaxLimit: 10
fnDbUser: testApp
objectClass: fnDbConPool
fnDbPasswd: testApp
fnDbMinLimit: 2
fnDbURL: jdbc:oracle:thin:@test.com:1521:test
in slapd.conf
suffix "dc=production, dc=net"
rootdn "testApp, cn=jdbc, dc=production, dc=net"
and I am getting a error like below
ldap_add: Internal (implementation specific) error (80)
additional info: no structuralObjectClass operational attribute
Can you tell me where I am missing
by the way same ldif file worked with old Openldap server
Thanks in advance
-----Original Message-----
From: paul kölle [mailto:pkoelle@gmail.com]
Sent: Thursday, April 05, 2007 12:10 PM
To: Venkat Reddy Valluri
Cc: openldap-software@openldap.org
Subject: Re: LDIF format question for Openldap-2.3.27
Venkat Reddy Valluri schrieb:
[snipp]
> but if I use two "cn" names in ldif it is giving problems
Can you please post relevant parts of your LDIF files and the error message?
thanks
Paul