diff options
Diffstat (limited to 'compat/ldap_compat.h')
-rw-r--r-- | compat/ldap_compat.h | 4 |
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 */ |