|
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: |