[dovecot-cvs] dovecot/src/auth db-ldap.c,1.54,1.55
tss at dovecot.org
tss at dovecot.org
Sun Nov 12 23:10:06 UTC 2006
Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv30893
Modified Files:
db-ldap.c
Log Message:
Solaris LDAP compiling fix.
Index: db-ldap.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/db-ldap.c,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- db-ldap.c 7 Nov 2006 16:16:11 -0000 1.54
+++ db-ldap.c 12 Nov 2006 23:10:03 -0000 1.55
@@ -27,6 +27,10 @@
# undef HAVE_LDAP_SASL
#endif
+#ifndef LDAP_SASL_QUIET
+# define LDAP_SASL_QUIET 0 /* Doesn't exist in Solaris LDAP */
+#endif
+
/* Older versions may require calling ldap_result() twice */
#if LDAP_VENDOR_VERSION <= 20112
# define OPENLDAP_ASYNC_WORKAROUND
More information about the dovecot-cvs
mailing list