[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
newbie problem importing ldap
- To: openldap-technical@openldap.org
- Subject: newbie problem importing ldap
- From: deconya <elmailpersonal@gmail.com>
- Date: Fri, 18 Mar 2011 13:11:23 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=G1196Kn5zXdKaWyUuiv4A6MrSx8EGz130+6K8YtCOIc=; b=gLPrHjVN/wEGWGVPLUzSk0VFbS2s/LY19E//mf43jdO8q04h0sVxxoGUxWrj30C0fp nfEKAsTZEYR1+hz/Fkf9PFPbH3pQ42eBJjxA4ljstgYV2SJx5B/NmBwnQVeTkNszxzRw c2iZyhxwEGMJXV+/rdEOub7tz+rzEhR+URVsE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=tzaizqFp4KTun4eftJpZj8Cg4vGl8nsY3XUD4i9SyWhSY/zyYMRxZKBmmaRn6ovzJN bcPA9e/wNEbvXosNPb8mdzkC9OySK7BvER/Bi/zr3FDKwTtQffohmT5DPum7IYpo7102 jqGfvcndWlxfq/AVBeLJ7DO4AnnDAXny+Hq1s=
Hi list
Im having problems configuring a new slave ldap server. I made
# slapcat -l master.ldif in masters server
Inside ubuntu server with openldap 2.4 Im going to import using
# slapadd -c -l ./master.ldif
Appears:
slapadd: line 1: database (dc=esci) not configured to hold "dc=esci,dc=es"
slapadd: line 1: database (dc=esci) not configured to hold "dc=esci,dc=es"
slapadd: line 19: database (dc=esci) not configured to hold "cn=admin,dc=esci,dc=es"
slapadd: line 19: database (dc=esci) not configured to hold "cn=admin,dc=esci,dc=es"
slapadd: line 33: database (dc=esci) not configured to hold "ou=Users,dc=esci,dc=es"
slapadd: line 33: database (dc=esci) not configured to hold "ou=users,dc=esci,dc=es"
slapadd: line 45: database (dc=esci) not configured to hold "ou=Groups,dc=esci,dc=es"
slapadd: line 45: database (dc=esci) not configured to hold "ou=groups,dc=esci,dc=es"
slapadd: line 57: database (dc=esci) not configured to hold "ou=Computers,dc=esci,dc=es"
slapadd: line 57: database (dc=esci) not configured to hold "ou=computers,dc=esci,dc=es"
slapadd: line 69: database (dc=esci) not configured to hold "ou=Idmap,dc=esci,dc=es"
slapadd: line 69: database (dc=esci) not configured to hold "ou=idmap,dc=esci,dc=es"
And more errores type:
str2entry: invalid value for attributeType objectClass #4 (syntax 1.3.6.1.4.1.1466.115.121.1.38)
slapadd: could not parse entry (line=123)
Only I installed openldap package and inside schema folder I added the same schema archives.
What step Im wrong?
Thanks And Best Regards