summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2010-11-07 13:08:18 +0000
committerArthur de Jong <arthur@arthurdejong.org>2010-11-07 13:08:18 +0000
commite6b501c5eeb3ab94df4109fff62c418aadeb4ad0 (patch)
tree17aad8c7c79f95a3e1761cc366cfecb7d79fe432 /compat
parent30c5d829633689ba885b0240d9c6522fb025d362 (diff)
SASL compatibility definition
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1300 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'compat')
-rw-r--r--compat/ldap_compat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/compat/ldap_compat.h b/compat/ldap_compat.h
index 15040c9..983cce6 100644
--- a/compat/ldap_compat.h
+++ b/compat/ldap_compat.h
@@ -57,5 +57,9 @@ int ldap_passwd_s(LDAP *ld,struct berval *user,struct berval *oldpw,
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 */