Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Feb 2011 07:26:54 -0500
From:      Jerry <freebsd.user@seibercom.net>
To:        FreeBSD <freebsd-questions@freebsd.org>
Subject:   Re: openldap not starting
Message-ID:  <20110221072654.6d6aec6c@scorpio>
In-Reply-To: <AANLkTi=cbomyE%2B=xR_iBHER7DbCBh9=1T6mUerETq5KR@mail.gmail.com>
References:  <AANLkTi=cbomyE%2B=xR_iBHER7DbCBh9=1T6mUerETq5KR@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 20 Feb 2011 23:16:11 -0500
Tim Dunphy <bluethundr@gmail.com> articulated:

> I am building an ldap server on freebsd 8.1.
> 
> For some reason if I include the inetorgperson schema in my slapd.conf
> slapd will not start
> 
> here is the listing in slapd.conf
> 
> 
> # See slapd.conf(5) for details on configuration options.
> # This file should NOT be world readable.
> #
> include         /usr/local/etc/openldap/schema/core.schema
> include         /usr/local/etc/openldap/schema/inetorgpreson.schema
                                                         ^^^^^
Perhaps you mean:

include         /usr/local/etc/openldap/schema/core.schema
include         /usr/local/etc/openldap/schema/cosine.schema
include         /usr/local/etc/openldap/schema/inetorgperson.schema

-- 
Jerry ✌
FreeBSD.user@seibercom.net

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__________________________________________________________________



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110221072654.6d6aec6c>