Re: use of guid instead of uuid

2007-10-01 Thread David Carter
On Sun, 30 Sep 2007, Rudy Gevaert wrote: If people are going to upgrade from a configuration that uses sync_machineid= X and provide_uuid=1, and don't configure guid_mode=sha, what will happen? They will get NULL GUIDs. -- David Carter Email: [EMAIL PROTECTED]

[PATCH] cyrus-imapd: define LDAP_DEPRECATED, fixing a few warnings when building with OpenLDAP 2.3

2007-10-01 Thread Tomas Janousek
A few functions used in ptclient/ldap.c have been deprecated in OpenLDAP 2.3 and are no longer declared unless LDAP_DEPRECATED is defined. This causes a few warnings and two conversions from int to pointer. This patch fixes it. Signed-off-by: Tomas Janousek [EMAIL PROTECTED] --- ---