[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: slurpd setup problem
Already tried that, here is what I get...
with:
database ldbm
replica host=172.20.10.7:389
binddn="cn=Update,dc=oem,dc=doe,dc=gov"
bindmethod=simple credentials=secert
replogfile=/var/run/slurpupdatelog
suffix "dc=oem,dc=doe,dc=gov"
rootdn "cn=Manager,dc=oem,dc=doe,dc=gov"
I get...
nid1:/home/hendrend # !!
/usr/lib/openldap/slapd -d 128
Global ACL: access to *
by self write (=wrscx)
by users write (=wrscx)
by anonymous write (=wrscx)
/etc/openldap/slapd.conf: line 61: unknown directive
"replogfile=/var/run/slurpupdatelog" in ldbm database definition (ignored)
slapd starting
Frank Swasey wrote:
You have slightly messed up the syntax.... Try:
replica host=172.20.10.7:389
binddn="cn=Update,dc=oem,dc=doe,dc=gov"
bindmethod=simple credentials=secert
replogfile /var/run/slurpupdatelog
replogfile is not an argument of replica, it is it's own directive.
F
Today at 8:27am, Douglas Phillipson wrote:
I can't seem to get slurpd replicating and I'm getting some conflicting
messages. The only way I can get slapd started with no error messages
concerning the "replogfile" directive is to put the replogfile directive
in the "replica host" block. Otherwise I get an "unknown directive"
error:
--