On Oct 5, 2008, at 2:02 PM, Mathieu Parent wrote:
Subject: [PATCH] LDAP Content synchronisation fixes
- Fixed parsing of SyncState: avoid emptying the value
- Fill in default values in Intermediate::SyncInfo
Thanks. This patch has been applied to the next branch
Graham.
Subject: [PATCH] LDAP Content synchronisation fixes
- Fixed parsing of SyncState: avoid emptying the value
- Fill in default values in Intermediate::SyncInfo
---
lib/Net/LDAP/Control/SyncState.pm | 10 +-
lib/Net/LDAP/Intermediate/SyncInfo.pm | 21 +
2 files
--On Saturday, August 23, 2008 3:09 PM +0200 Mathieu Parent
<[EMAIL PROTECTED]> wrote:
Hi,
What is the status of the patch ? What to do to ease the merge ?
The kolab groupware server (kolab.org) is waiting for its inclusion
(see https://www.intevation.de/roundup/kolab/issue1755).
I can spli
Hi,
What is the status of the patch ? What to do to ease the merge ?
The kolab groupware server (kolab.org) is waiting for its inclusion
(see https://www.intevation.de/roundup/kolab/issue1755).
I can split it in two patches (if you ask) :
- first: Intermediate Message
- second: RFC 4533
Regard
Hi,
This patch implements Intermediate Message and RFC 4533.
Notes:
- The only intrusive change is in lib/Net/LDAP/Search.pm
- Net::LDAP::Intermediate::SyncInfo is not enabled by default (see
lib/Net/LDAP/Intermediate.pm line 18) as there are decoding errors
within ASN (see my previous mail).
Wa