https://bugs.openldap.org/show_bug.cgi?id=9339
--- Comment #2 from Howard Chu hyc@openldap.org --- (In reply to Michael Ströder from comment #1)
(In reply to Howard Chu from comment #0)
Patch coming to expose some consumer state in cn=monitor
Great! I'm looking forward to this feature!
Sample entry: dn: cn=Consumer 001,cn=database 2,cn=databases,cn=monitor
^^^
Is this the configured rid in the syncrepl statement?
Yes, exactly.
I'm asking because I'd like to be able track the state for a certain syncrepl statement in my monitoring.
olmSRProviderURIList: ldap://localhost:9011/
Is provider= in syncrepl statement really multi-valued? I read slapd.conf(5) that provider= contains only a single LDAP URI, not a space-separated list of LDAP URIs.
The configured URI argument is passed directly to ldap_initialize(), which accepts a list of URIs.