Re: openldap.log file location on Windows environment

2024-02-08 Thread mbalakri
Thanks, it is working after adding olcLogFile configuration.

All LDAP content is not replicating to Node2 with replication message 'not new enough, ignored'

2024-02-08 Thread mbalakri
Hello, We need some help to resolve the intermittent sync replication issue. We have configured mirror mode replication with two nodes. Node1 syncrepl {0}rid=1 provider=ldaps://AWPCISQL22.otxlab.net:6366 type=refreshAndPersist searchbase="o=otxlab.net" schemachecking=off bindmethod=simple

Re: All LDAP content is not replicating to Node2 with replication message 'not new enough, ignored'

2024-02-15 Thread mbalakri
The issue is resolved in OpenLDAP release 2.5.17 release with this fix : https://bugs.openldap.org/show_bug.cgi?id=10100

openldap.log file location on Windows environment

2024-02-06 Thread mbalakri
Could anyone assist in locating the openldap.log file within a Windows environment? In OpenLDAP version 2.4.58, the log file resided in the same directory as slapd.exe. However, following the upgrade to OpenLDAP 2.5.13, we no longer receive log messages in the openldap.log file. Has the log

Re: Configure replication without a plaintext password.

2024-03-08 Thread mbalakri
Christopher Paul, https://www.openldap.org/faq/data/cache/1504.html, are you talking about this configuration?

Configure replication without a plaintext password.

2024-03-08 Thread mbalakri
How to configure olcSyncrepl without a plaintext password? I tried using credentials="{SSHA256}jRlrKRCcrhYo7SqbPDc5WkoSxaHc8y/e0DPWaAnveUkQpQ7wEOWhsw==" format. Does olcSyncrepl accepts password in {SSHA256} format?

RE: Configure replication without a plaintext password.

2024-03-08 Thread mbalakri
Thank you, it is working by enabling bindmethod=sasl and saslmech=external in olcSyncrepl configuration.

Re: Configure replication without a plaintext password.

2024-03-08 Thread mbalakri
Thank you for sharing the test case, SASL/EXTERNAL is working.