Hi to all,
I've a problem with replication
I've a slave openldap server configurated in this
way:
#########################################################################
# $OpenLDAP: pkg/ldap/servers/slapd/slapd.conf,v
1.8.8.4 2000/08/26 17:06:18 kurt Exp $
# # See slapd.conf(5) for details on configuration options. # This file should NOT be world readable. # include /usr/local/etc/openldap/schema/core.schema include /usr/local/etc/openldap/schema/cosine.schema include /usr/local/etc/openldap/schema/inetorgperson.schema include /usr/local/etc/openldap/schema/TELECOM.user_oc.conf # Define global ACLs to disable default read
access.
# Do not enable referrals until AFTER you have a
working directory
# service AND an understanding of referrals. #referral ldap://root.openldap.org pidfile
/usr/local/var/slapdTestReplication.pid
argsfile /usr/local/var/slapdTestReplication.args # Load dynamic backend modules:
# modulepath /usr/local/libexec/openldap # moduleload back_ldap.la # moduleload back_ldbm.la # moduleload back_passwd.la # moduleload back_shell.la ####################################################################### # ldbm database definitions ####################################################################### database
ldbm
suffix "o=Telecom Italia Group" rootdn "cn=Directory Manager,ou=Directory Administrators,o=Telecom Italia Group" rootpw manager8 directory /usr/local/var/openldapTestReplication-ldbm updatedn "uid=Manager,o=Telecom
Italia Group"
updateref ldap://jolly.acmesolutions.it:18200 # Indices to maintain
index uid pres,eq index objectClass eq access to * by * write ######################################################################### I've a master Netscape Directory Server 4.0.
When I send a modify request on the master server the change is applied
also on the slave openldap server
When I send a modify request on the slave openldap server I always get
"insufficient access" and the access log of the Netscape
Directory Master server reports this:
[22/Aug/2001:18:23:29 +0200] conn=2 fd=53 slot=53 connection from 127.0.0.1
to 127.0.0.1
[22/Aug/2001:18:23:29 +0200] conn=2 op=0 BIND dn="" method=128 version=2 [22/Aug/2001:18:23:29 +0200] conn=2 op=0 RESULT err=0 tag=97 nentries=0 etime=0 [22/Aug/2001:18:23:29 +0200] conn=2 op=1 MOD dn="uid=PaoloRossi,ou=dipendenti,ou=telecomitalia,o=Telecom Italia Group" [22/Aug/2001:18:23:29 +0200] conn=2 op=1 RESULT err=50 tag=103 nentries=0 etime=0 [22/Aug/2001:18:23:29 +0200] conn=2 op=2 UNBIND [22/Aug/2001:18:23:29 +0200] conn=2 op=2 fd=53 closed - U1 What can I do? Someone can help me
Waiting Thanks to all
|