[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Can't start slapd with slapd.d
- To: Ryan Steele <ryans@aweber.com>
- Subject: Re: Can't start slapd with slapd.d
- From: Akihiro Moriguchi <oboretakyojin@gmail.com>
- Date: Wed, 23 Sep 2009 08:32:54 +0900
- Cc: openldap-software@openldap.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=B2+UhQV+6NtSx7ri7TKWu7tcwq2XDErf/uEJHbj2b64=; b=GZWFtS10QA12YIg9iM+CBYe6/Bkd1/NmUGufM8/zIrQ8Q1Ap4wJ8TsaPj1EYumU8O4 E9+eKysXeAwkwFJ7/TOCm/EwXBmB8J9UzZDRZMm8N4t1x6Nk1uvubHCupAvlhyOPqTje SCG+aVy5yHQQUDkChR97hdBbKHLPteSUqULZE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=d1npppoPV78j+GtzNH03r0nHShzxK0HEmvPXN131pt6jyBLoJurWNyhiVQfLkhrbv1 L0BEt94lhkAT7N2A6ctZZEbCEfEMIoFHbMvgKGaW/ss0GLQeTaatXP7LBulmBIlWHX/b y9BNhVcO58BCL00UYvfJ4zdkU6hNntvEqFKIY=
- In-reply-to: <4AB7ACDE.80100@aweber.com>
- References: <5b3755fb0909200022o6caedaabv2727b52baba747b@mail.gmail.com> <4AB7ACDE.80100@aweber.com>
Hello Ryan,
Thanks for your help.
Following your suggestion, I got to know there are two inetorgperson schemas,
cn={2}inetorgperson.ldif, cn={3}inetorgperson.ldif.
And removing one of them, cn={3}inetorgperson.ldif, makes slapd work
without problem.
But I don't understand why the cn={3}inetorgperson.ldif was created in
the process
of slaptest -f slapd.conf -F slapd.d.
Anyway I appreciate your help.
Best regards,
Akihiro
On 9/22/09, Ryan Steele <ryans@aweber.com> wrote:
> Hi Akihiro,
>
> Akihiro Moriguchi wrote:
>> cn={3}inetorgperson,cn=schema,cn=config: olcAttributeTypes: Duplicate
>> attributeType: "2.16.840.1.113730.3.1.1"
>
> Sounds to me like you have two schema files which each define the same
> attribute (in this case, carLicense). Try
> identifying them with something like: grep -r 2.16.840.1.113730.3.1.1
> /etc/ldap/slapd.d
>
> Respectfully,
> Ryan
>
>