nss-pam-ldapd commit: r1300 - nss-pam-ldapd/compat
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1300 - nss-pam-ldapd/compat
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1300 - nss-pam-ldapd/compat
- Date: Sun, 7 Nov 2010 14:08:20 +0100 (CET)
Author: arthur
Date: Sun Nov 7 14:08:18 2010
New Revision: 1300
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1300
Log:
SASL compatibility definition
Modified:
nss-pam-ldapd/compat/ldap_compat.h
Modified: nss-pam-ldapd/compat/ldap_compat.h
==============================================================================
--- nss-pam-ldapd/compat/ldap_compat.h Thu Nov 4 21:48:34 2010 (r1299)
+++ nss-pam-ldapd/compat/ldap_compat.h Sun Nov 7 14:08:18 2010 (r1300)
@@ -57,5 +57,9 @@
LDAPControl **sctrls,LDAPControl **cctrls);
#endif /* not HAVE_LDAP_PASSWD_S */
+/* compatibility definition */
+#ifndef LDAP_SASL_QUIET
+#define LDAP_SASL_QUIET 2U
+#endif /* not LDAP_SASL_QUIET */
#endif /* COMPAT__LDAP_COMPAT_H */
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits
- nss-pam-ldapd commit: r1300 - nss-pam-ldapd/compat,
Commits of the nss-pam-ldapd project