Hi John, On Mon, Jul 11, 2005 at 01:19:30PM -0500, John Goerzen wrote: > Loading the database from the LDIF dump failed with the following > error while running slapadd: > slapadd: dn="uid=m-laser1$,ou=People,dc=excelhustler,dc=com" (line=28): > (65) no structural object class provided > dpkg: error processing slapd (--configure): > subprocess post-installation script returned error exit status 1 >
That's actually bad data in your LDAP directory. Basically you have objects in it which don't have one of those object classes in /etc/ldap/schema/* marked as "STRUCTURAL". You can work around that by disabling schema checking with the schemacheck no command in /etc/ldap/slapd.conf. Anyway, that's not suggested an the real solution is to fix the directory. Greetings Torsten -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]