[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Slurpd can't start...
- To: OpenLDAP Mail List <openldap-software@OpenLDAP.org>
- Subject: Slurpd can't start...
- From: Jorge Ruão <jruao@fe.up.pt>
- Date: Wed, 12 May 2004 11:17:45 +0100
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)
Hi,
I'm working with OpenLDAP 2.2.11 now in a Slackware 9.1 machine.
I've set the replica lines in slapd.conf with an uri as suggested. It's
done like:
_______________________________________________________
backend bdb
database bdb
suffix "dc=fe,dc=up,dc=pt"
rootdn "cn=admin,dc=fe,dc=up,dc=pt"
rootpw {CRYPT}...
readonly off
directory /usr/local/var/openldap-data
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 every time I start SLURPD i'm still getting the error:
Error: parse_replica_line: unknown keyword "uri=ldaps://apollo.fe.up.pt:636"
Error: Malformed "replica" line in slapd config file, line 78
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
I need to use URI because i'm working with ssl through port 636, but if
i use HOST instead of URI i'm not getting this parse error....
Any help would be gratefull, thanks
Jorge Ruão