[dovecot-cvs] dovecot/src/auth db-ldap.c,1.41.2.13,1.41.2.14

tss at dovecot.org tss at dovecot.org
Sun Nov 12 23:10:03 UTC 2006


Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv30895

Modified Files:
      Tag: branch_1_0
	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.41.2.13
retrieving revision 1.41.2.14
diff -u -d -r1.41.2.13 -r1.41.2.14
--- db-ldap.c	7 Nov 2006 16:16:08 -0000	1.41.2.13
+++ db-ldap.c	12 Nov 2006 23:10:01 -0000	1.41.2.14
@@ -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