Hello –
I am new to LDAP and I’m trying to setup Sync Replication on a Fedora Core 8 system (2.6.23.9-85.fc8). However, when I start the LDAP service, I get the following error message:
Checking configuration files for slapd: [FAILED]
overlay "syncprov" not found
slaptest: bad configuration file!
I’ve searched the archived threads for this group (as well as many others) and wasn’t able to find any postings that matched what I’m seeing. If I missed an old post by mistake, I apologize in advance. I’ve included a copy of my slapd.conf
file below. The interesting thing is that when I comment out the following lines, LDAP will start without any issues:
overlay syncprov
syncprov-checkpoint 100 10
syncprov-sessionlog 100
This leads me to believe that the issue is with the replication process, but I can’t figure out what I’m doing wrong. I’ve followed the examples given in the OpenLDAP Admin Guide, but it just doesn’t seem to want to work for me. Also,
in case anyone asks, here are the packages installed on the server in question:
openldap-2.3.39-3.fc8
openldap-devel-2.3.39-3.fc8
openldap-servers-2.3.39-3.fc8
openldap-clients-2.3.39-3.fc8
Any information or recommendations to what is happening would be greatly appreciated. Also, please let me know if I need to supply more information. Thanks in advance.
- Andy
#
# See slapd.conf(5) for details on configuration options.
# This file should NOT be world readable.
#
include /etc/openldap/schema/core.schema
include /etc/openldap/schema/cosine.schema
include /etc/openldap/schema/inetorgperson.schema
include /etc/openldap/schema/nis.schema
include /etc/openldap/schema/misc.schema
loglevel -1
# Allow LDAPv2 client connections. This is NOT the default.
allow bind_v2
# Do not enable referrals until AFTER you have a working directory
# service AND an understanding of referrals.
#referral ldap://root.openldap.org
pidfile /var/run/openldap/slapd.pid
argsfile /var/run/openldap/slapd.args
# Load dynamic backend modules:
modulepath /usr/lib64/openldap
# moduleload accesslog.la
# moduleload auditlog.la
moduleload back_sql.la
# moduleload denyop.la
# moduleload dyngroup.la
# moduleload dynlist.la
moduleload lastmod.la
# moduleload pcache.la
# moduleload ppolicy.la
# moduleload refint.la
# moduleload retcode.la
# moduleload rwm.la
moduleload syncprov.la
# moduleload translucent.la
# moduleload unique.la
# moduleload valsort.la
access to attrs=userPassword
by self write
by anonymous auth
by dn.base="cn=Manager,dc=jets,dc=local" write
by * none
access to *
by self write
by dn.base="cn=Manager,dc=jets,dc=local" write
by * read
#######################################################################
# ldbm and/or bdb database definitions
#######################################################################
database bdb
suffix "dc=jets,dc=local"
rootdn "cn=Manager,dc=jets,dc=local"
# Cleartext passwords, especially for the rootdn, should
# be avoided. See slappasswd(8) and slapd.conf(5) for details.
# Use of strong authentication encouraged.
# rootpw b0xster
rootpw {SSHA}/5PsWrAXNKNKJmhiZAfUPLkMOUcgbtXN
# The database directory MUST exist prior to running slapd AND
# should only be accessible by the slapd and slap tools.
# Mode 700 recommended.
directory /var/lib/ldap
# Indices to maintain for this database
index objectClass eq,pres
index ou,cn,mail,surname,givenname eq,pres,sub
index uidNumber,gidNumber,loginShell eq,pres
index uid,memberUid eq,pres,sub
index nisMapName,nisMapEntry eq,pres,sub
index entryUUID,entryCSN eq
# Replicas of this database
#replogfile /var/lib/ldap/openldap-slave-replog
overlay syncprov
syncprov-checkpoint 100 10
syncprov-sessionlog 100
#lastmod on
serverID 2
syncrepl rid=002
provider=ldap://10.xx.x.xx
type=refreshAndPersist
searchbase="dc=jets,dc=local"
schemachecking=on
bindmethod=simple
binddn="cn=mirrormode,dc=jets,dc=local"
credentials=mirrormode
retry="60 +"
#updateref ldap://10.xx.x.xx
mirrormode on