From e7a6a3ec0da01666c8e0c9772007ce7146df9d75 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 2 Jul 2010 00:32:52 +0200 Subject: s3: avoid global include of ads.h. Guenther --- source3/include/smbldap.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source3/include/smbldap.h') diff --git a/source3/include/smbldap.h b/source3/include/smbldap.h index f2a028046d..69b4153f28 100644 --- a/source3/include/smbldap.h +++ b/source3/include/smbldap.h @@ -247,4 +247,10 @@ struct ldapsam_privates; #define LDAP_CONNECTION_DEFAULT_TIMEOUT 2 #define LDAP_PAGE_SIZE 1024 +#ifndef LDAP_OPT_SUCCESS +#define LDAP_OPT_SUCCESS 0 +#endif + +#define ADS_PAGE_CTL_OID "1.2.840.113556.1.4.319" + #endif /* _SMBLDAP_H */ -- cgit