LDAP Error: Unrecognized database type (ldbm)

Alle weiteren Dienste, die nicht in die drei oberen Foren gehören.
Antworten
Benutzeravatar
durztbrother
Beiträge: 235
Registriert: 27.01.2003 23:23:48
Wohnort: Hamburg

LDAP Error: Unrecognized database type (ldbm)

Beitrag von durztbrother » 13.11.2004 20:58:45

Moinsen,

ich hab mich mal an LDAP gewagt und bin nach Anleitung von Markus Amersdorfer gegangen:

http://aqua.subnet.at/~max/ldap/

Wenn ich den Server starte bekomme ich immer die folgende Fehlermeldung:

Unrecognized database type (ldbm)

Das ganze soll unter Sarge mit 2.4.27Kernel laufen.

Hat da jemand nen Tipp für mich?

hier mal meine slapd.conf

Code: Alles auswählen


######################### /etc/ldap/slapd.conf #########################
# 
#
# Basic slapd.conf

include         /etc/ldap/schema/core.schema
include         /etc/ldap/schema/cosine.schema
include         /etc/ldap/schema/nis.schema
include         /etc/ldap/schema/inetorgperson.schema
include         /etc/ldap/schema/misc.schema

schemacheck     on

pidfile         /var/run/slapd/slapd.pid
argsfile        /var/run/slapd.args
password-hash   {CRYPT}
replogfile      /var/lib/ldap/replog
loglevel        256
database        ldbm

suffix          "dc=subnet,dc=at"
# use "/usr/sbin/slappasswd -h {CRYPT}" to create a rootpw-string below
rootpw         {CRYPT}txtf2345xx
directory       "/var/lib/ldap"
index objectClass eq
lastmod         on

access to attribute=userPassword
        by dn="cn=manager,dc=subnet,dc=at" write
        by anonymous auth
        by * none

access to *
        by dn="cn=manager,dc=subnet,dc=at" write
        by dn="cn=nss,dc=subnet,dc=at" read
        by * auth
Ciao
Patrick

Antworten