I'm Using OpenLDAP 2.1.25. I've performed the changes and my replica lines are as follows; _________________________________________________ replica uri=ldaps://apollo.fe.up.pt:636 binddn="uid=updatedn,ou=admins,dc=fe,dc=up,dc=pt" bindmethod=simple credentials=secret replogfile /etc/openldap/master-slapd.replog _________________________________________________ But everytime I start slurpd with debug level 1, i'm getting the following errors: ___________________________________________________________ Error: parse_replica_line: unknown keyword "uri=ldaps://apollo.fe.up.pt" Error: Malformed "replica" line in slapd config file, line 106 Warning: failed to add replica "(null):0 - ignoring replica Warning: unknown replica 192.168.53.83:636 found in replication log Warning: unknown replica apollo.fe.up.pt:636 found in replication log Warning: unknown replica apollo.fe.up.pt:389 found in replication log ___________________________________________________________ isn't the URI correct??? I use this URI for the clients authentication and it works fine... Think there is something missing here... What can be? Thanks Jorge Ruão Buchan Milne wrote: On Mon, 10 May 2004, Jorge Ruão wrote:Shoudn't the replication log file be generated even without a replica host line?? I believe that the "replogfile" line should be the one that generates and updates the replication log file and that the "replica host" line is only used by slurpd to know what slaves should be replicated with information generated by the slapd replog file. Anyway, the LDAP slave machine is only configured for accepting conections in port 636 ssl encrypted.Yes, but then you must remove the tls=yes, and use a replica uri instead. TLS != SSL ... you can't have both of them on the same portand SSL (ldaps) typically runs on 636. Regards, Buchan |