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

LDAP server unreachable



hello all
I am getting this error when I try and start slapd. 
Nov 11 09:59:06 bogey slapd[11675]: daemon: socket() failed errno=97
(Address family not supported by protocol)

The daemon starts ok but I cant view my ldap database from evolution.
This only became a problem since I upgraded from woody to sarge. All 
configuration settings remain the same. When trying to access my ldap
database, Evolution says:
We were unable to open this addressbook.  This either
means you have entered an incorrect URI, or the LDAP server
is unreachable.

I am running Debian unstable linux using slapd (2.1.30-3) and evolution
(1.4.6-5)

Here is my slapd.conf
_________________________________________
# Loading of backend modules - automatically generated
modulepath      /usr/lib/ldap
moduleload      back_ldbm

# Allow LDAPv2 binds
allow bind_v2

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

schemacheck     on
pidfile         /var/run/slapd/slapd.pid
argsfile        /var/run/slapd.args
replogfile      /var/lib/ldap/replog
loglevel        8

database        ldbm
suffix          "o=Golfbox,c=AU"
directory       "/var/lib/ldap"
index objectClass eq
access to *
        by anonymous write
        by anonymous read
__________________________________

Thanks in advance