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

Probleme with slurpd .. (ITS#125)



Hi,

I use openldap version 1.1.1 relase. 
When I try to use replication with my old configuration ( It work well for openldap 1.0), I will obtain a error (in /usr/tmp/squidinterne2.rej) when slurpd try to syncronise the data base:( like this)
ldap_modify_s failed "No such object : uid=X007178,ou=person,o=sg,c=fr".

But the object exist in slave and master data base.

NOTES:
======================================================================
Message form slurpd (master) with debug:
======================================================================
ldap_err2string
Error: ldap_modify_s failed modifying "No such object":
uid=X007178,ou=person,o=SG,c=FR
ldap_err2string

====================================================================
Message form slapd (slalve) :
====================================================================
conn=1 fd=12 connection from squidinterne1 (192.16.252.10) accepted.
conn=1 op=0 BIND dn="cn=rootldap,o=SG,c=FR" method=128
conn=1 op=0 RESULT err=0 tag=97 nentries=0
conn=1 op=1 MOD dn="uid=X007178,ou=person,o=SG,c=FR"
conn=1 op=1 RESULT err=32 tag=103 nentries=0

====================================================================
configuration file for the master:
====================================================================
include         /export/home/slapd/etc/slapd.at.conf
include         /export/home/slapd/etc/slapd.oc.conf
schemacheck     off
replogfile      /var/log/slapd/slapd.logs
.
.
.
#######################################################################
# ldbm database definitions
#######################################################################
 
database        ldbm
cachesize       0
suffix          "o=SG, c=FR"
directory       /export/home/slapd/base
rootdn          "cn=rootldap, o=SG, c=FR"
rootpw          secret
lastmod         on
replica         host=squidinterne2:2000
                binddn="cn=rootldap, o=SG, c=FR"
                bindmethod=simple credentials=secret
readonly        off
index          
cn,uid,ou,userftp,userexe,useractif,passwordExpirationTime
index           default none


====================================================================
configuration file for the slave:
====================================================================

include         /export/home/slapd/etc/slapd.at.conf
include         /export/home/slapd/etc/slapd.oc.conf
schemacheck     off
#replogfile     /var/log/slapd/slapd.logs
.
.
#######################################################################
# ldbm database definitions
#######################################################################
 
database        ldbm
cachesize       0
suffix          "o=SG, c=FR"
directory       /export/home/slapd/base
rootdn          "cn=rootldap, o=SG, c=FR"
rootpw          secret
lastmod         on
updatedn        binddn="cn=rootldap, o=SG, c=FR"
readonly        off
index          
cn,uid,ou,userftp,userexe,useractif,passwordExpirationTime
index           default none


 		Thanks in advance

 Cordialy Jean-pierre