summaryrefslogtreecommitdiff
path: root/source3/include/smbldap.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/smbldap.h')
-rw-r--r--source3/include/smbldap.h6
1 files changed, 6 insertions, 0 deletions
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 */