[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Run slapd in FreeBSD



My slapd.conf just following, How to fix them?


# See slapd.conf(5) for details on configuration options.
# This file should NOT be world readable.
#
include         /usr/local/etc/openldap/slapd.at.conf
include         /usr/local/etc/openldap/slapd.oc.conf
schemacheck     off
#referral       ldap://root.openldap.org/

pidfile         /var/db/slapd.pid
argsfile        /var/db/slapd.args

#######################################################################
# ldbm database definitions
#######################################################################

database        ldap
suffix          "dc=radfort, dc=com"
#suffix         "o=My Organization Name, c=US"
rootdn          "cn=Manager, dc=radfort, dc=com"
#rootdn         "cn=Manager, o=My Organization Name, c=US"
# cleartext passwords, especially for the rootdn, should
# be avoid.  See slapd.conf(5) for details.
rootpw          secret
# database directory
# this directory MUST exist prior to running slapd AND
# should only be accessable by the slapd/tools  Mode 700 recommended.
directory       /var/db/openldap-ldbm



Albertyao

----- Original Message ----- 
From: "Brian Leung" <brianlk@pacific.net.hk>
To: "yaohb" <yaohb@radfort.com>
Cc: <openldap-software@OpenLDAP.org>
Sent: Tuesday, July 09, 2002 11:53 AM
Subject: Re: Run slapd in FreeBSD


> it may be the miss configuration of database entry in slapd.conf
> 
> Regards,
> Brian Leung
> System Engineer
> Pacific Supernet
> 
> On Tue, 9 Jul 2002, yaohb wrote:
> 
> > Run slapd in FreeBSD as root(openldap-2.0.23),I get these error:
> > Unrecognized database type (ldap)
> > I changed stable version:openldap-2.0.25.But still doesn't work,Why?
> >
> > Albertyao
> >
> >
> 
>