mirror of
https://github.com/samba-team/samba.git
synced 2025-02-05 21:57:51 +03:00
r13690: Check in Björn's LDAP Solaris fix.
(This used to be commit d6c6363517513cc66a8933a6e4f95c5ce5cf1cb4)
This commit is contained in:
parent
21760b0001
commit
5257615367
@ -470,6 +470,10 @@
|
||||
#ifndef LDAP_OPT_SUCCESS
|
||||
#define LDAP_OPT_SUCCESS 0
|
||||
#endif
|
||||
/* Solaris 8 and maybe other LDAP implementations spell this "..._INPROGRESS": */
|
||||
#if defined(LDAP_SASL_BIND_INPROGRESS) && !defined(LDAP_SASL_BIND_IN_PROGRESS)
|
||||
#define LDAP_SASL_BIND_IN_PROGRESS LDAP_SASL_BIND_INPROGRESS
|
||||
#endif
|
||||
#else
|
||||
#undef HAVE_LDAP
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user