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

updateref not working - no errors in logs that are related



Hello.

For some reason the updateref is not working on my slave. I have debugging turned on on the slave and I am not seeing anything too unusual. First, here is my slapd.conf on my master:

include         /etc/openldap/schema/core.schema
include         /etc/openldap/schema/corba.schema
include         /etc/openldap/schema/cosine.schema
include         /etc/openldap/schema/inetorgperson.schema
include         /etc/openldap/schema/misc.schema
include         /etc/openldap/schema/nadf.schema
include         /etc/openldap/schema/nis.schema
include         /etc/openldap/schema/openldap.schema
include         /etc/openldap/schema/krb5-kdc.schema

schemacheck     off
include         /etc/openldap/acls/acl1
pidfile         /usr/var/slapd.pid
argsfile        /usr/var/slapd.args
loglevel        256

database        ldbm
suffix          "dc=birddog,dc=com"
rootdn          "cn=secret,dc=birddog,dc=com"
rootpw          secret
lastmod         on
directory       /home/openldap/birddog-ldbm
replogfile /var/log/slapd.replog
replica host=ldap2:389
       binddn="cn=secret,dc=birddog,dc=com"
       bindmethod=simple credentials=secret
index   default pres,eq
index   objectClass,uid eq
index   cn,memberUid,uidNumber,gidNumber        eq
index   sn,userPassword,givenName,telephoneNumber       eq




And here is the slave slapd.conf:

include         /etc/openldap/schema/core.schema
include         /etc/openldap/schema/corba.schema
include         /etc/openldap/schema/cosine.schema
include         /etc/openldap/schema/inetorgperson.schema
include         /etc/openldap/schema/misc.schema
include         /etc/openldap/schema/nadf.schema
include         /etc/openldap/schema/nis.schema
include         /etc/openldap/schema/openldap.schema
include         /etc/openldap/schema/krb5-kdc.schema

schemacheck     off
include         /etc/openldap/acls/acl1
pidfile         /usr/var/slapd.pid
argsfile        /usr/var/slapd.args
loglevel        -1

database        ldbm
cachesize       0
suffix          "dc=birddog,dc=com"
directory       /home/openldap/birddog-ldbm
rootdn          "cn=secret,dc=birddog,dc=com"
rootpw          secret
updatedn        "cn=root,dc=birddog,dc=com"
updateref       "ldap://ldap1:389/dc=birddog,dc=com";
index   default pres,eq
index   objectClass,uid eq
index   cn,memberUid,uidNumber,gidNumber        eq
index   sn,userPassword,givenName,telephoneNumber       eq
lastmod         on


The only thing I see as being weird is this error on the slave: ber_get_next on fd 9 failed errno=11 (Resource temporarily unavailable)

Any ideas ?

--
Terry Davis
Systems Administrator
BirdDog Solutions, Inc.
(402) 829-6059
www.birddog.com