Dear all,
I understand that "updatedn" is not needed with refreshAndPersist?
But at http://www.openldap.org/faq/data/cache/1117.html it has it.
slapd.conf(5) in HEAD has "It is only needed in certain push-mode replication scenarios."
In what scenarios is it needed?
Thanks.
--On Friday, September 14, 2007 2:17 PM +0100 Gavin Henry ghenry@suretecsystems.com wrote:
Dear all,
I understand that "updatedn" is not needed with refreshAndPersist?
But at http://www.openldap.org/faq/data/cache/1117.html it has it.
slapd.conf(5) in HEAD has "It is only needed in certain push-mode replication scenarios."
In what scenarios is it needed?
Gah, I swear I pulled that updatedn parameter out once already. slapd.conf is quite clear on what parameters go with the syncrepl directive:
yncrepl rid=<replica ID> provider=ldap[s]://<hostname>[:port] [type=refreshOnly|refreshAndPersist] [interval=dd:hh:mm:ss] [retry=[<retry interval> <# of retries>]+] searchbase=<base DN> [filter=<filter str>] [scope=sub|one|base] [attrs=<attr list>] [attrsonly] [sizelimit=<limit>] [timelimit=<limit>] [schemachecking=on|off] [starttls=yes|critical] [bindmethod=simple|sasl] [binddn=<dn>] [saslmech=<mech>] [authcid=<identity>] [authzid=<identity>] [credentials=<passwd>] [realm=<realm>] [secprops=<properties>] [logbase=<base DN>] [logfilter=<filter str>] [syncdata=default|accesslog|changelog]
No where in there is updatedn.
Also in slapd.conf:
updatedn <dn> This option is only applicable in a slave database updated using slurpd(8). It specifies the DN permitted to update (subject to access controls) the replica (typically, this is the DN slurpd(8) binds to update the replica). Generally, this DN should not be the same as the rootdn used at the master.
--Quanah
--
Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration
No where in there is updatedn.
Yeah, it's still in HEAD slapd.conf(5) though.
Also in slapd.conf:
updatedn <dn> This option is only applicable in a slave database updated using slurpd(8). It specifies the DN permitted to update (subject to access controls) the replica (typically, this is the DN slurpd(8) binds to update the replica). Generally, this DN should not be the same as the rootdn used at the master.
The above isn't the latest slapd.conf(5), which doesn't talk about slurpd
--On Friday, September 14, 2007 4:54 PM +0100 Gavin Henry ghenry@suretecsystems.com wrote:
No where in there is updatedn.
Yeah, it's still in HEAD slapd.conf(5) though.
Also in slapd.conf:
updatedn <dn> This option is only applicable in a slave database updated using slurpd(8). It specifies the DN permitted to update (subject to access controls) the replica (typically, this is the DN slurpd(8) binds to update the replica). Generally, this DN should not be the same as the rootdn used at the master.
The above isn't the latest slapd.conf(5), which doesn't talk about slurpd
Well, the FAQ entry is specifically for the 2.3 release AFAIK, so that's what I'm using as reference. ;)
--Quanah
--
Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration
openldap-software@openldap.org