My replicator entry on both master and slave is : dn: cn=Replicator,dc=local,dc=gov objectClass: Person cn: Replicator userPassword: admin sn: Replicator Can i have a password as a text form?. My slapd.conf on master has this: replica uri=ldap://10.101.2.10:389 binddn="cn=Replicator,dc=local,dc=gov" bindmethod=simple credentials=admin
Moe Quanah Gibson-Mount <[EMAIL PROTECTED]> wrote: --On Tuesday, August 23, 2005 2:13 PM -0700 Moe wrote: > I turned debugging on. > I'm getting this by slurpd: > Error: ldap_simple_bind_s for 10.101.2.10:389 failed: Invalid credentials > Retrying operation for DN cn=Replicator,dc=local,dc=gov on replica > 10.101.2.10:389 > > And from slave slapd: > conn=0 fd=9 ACCEPT from IP=10.101.2.1:44703 (IP=0.0.0.0:389) > conn=0 op=0 BIND dn="cn=Replicator,dc=local,dc=gov" method=128 > conn=0 op=0 RESULT tag=97 err=49 text= > conn=0 op=1 UNBIND > conn=0 fd=9 closed So the replicator isn't able to bind to the replica. So I suggest you figure out why it can't bind to the replica. Either the password is wrong in your configuration, or the replica won't allow it to authenticate against the password. You can always try binding as the replicator identity to the replica until you get it right. --Quanah -- Quanah Gibson-Mount Principal Software Developer ITSS/Shared Services Stanford University GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html --------------------------------- Start your day with Yahoo! - make it your home page
