On Thu, Feb 11, 2016 at 2:30 PM, Quanah Gibson-Mount quanah@zimbra.com wrote:
--On Thursday, February 11, 2016 12:29 PM -0800 Quanah Gibson-Mount quanah@zimbra.com wrote:
--On Thursday, February 11, 2016 2:18 PM -0600 Timothy Keith timothy.g.keith@gmail.com wrote:
When the slapadd loaded the backup ldif it prints :
slapadd: dn="uid=tkeith,ou=Group,dc=pubsys,dc=com" (line=55): (65) unrecognized objectClass 'inetOrgPerson'
Sounds like you failed to restore your config database properly.
Or, you failed to point slapadd at the actual config database it should be using for the import.
--Quanah
--
Quanah Gibson-Mount Platform Architect Zimbra, Inc.
Zimbra :: the leader in open source messaging and collaboration A division of Synacor, Inc
I don't know how to fix this. If I could reinitialize the dc=pubsys, dc=com that would be okay too as there are relatively few users to add.
Tim
--On Thursday, February 11, 2016 4:38 PM -0600 Timothy Keith timothy.g.keith@gmail.com wrote:
I don't know how to fix this. If I could reinitialize the dc=pubsys, dc=com that would be okay too as there are relatively few users to add.
It's saying that you're missing a schema file for inetOrgPerson. Schema is stored in the config database. I.e., if your slapd is passed an option of -F /path/to/configdb then slapadd (and slapcat) should both also be passed an option to the same location.
It would generally be impossible for you to be able to create entries in openldap that used inetorgPerson without the schema actually being present. So this would indicate that you're not providing the correct options to slapadd. You provide virtually no useful information at what you're doing, so it becomes rather difficult to do anything but guess at what the causes of your issues are.
--Quanah
--
Quanah Gibson-Mount Platform Architect Zimbra, Inc. -------------------- Zimbra :: the leader in open source messaging and collaboration A division of Synacor, Inc
openldap-technical@openldap.org