From e26420cc1fbf67ed7130a1481ef23d9a51b89d14 Mon Sep 17 00:00:00 2001 From: Jim McDonough Date: Wed, 10 Apr 2002 13:25:40 +0000 Subject: Add ads ldap server controls (This used to be commit 9126f008ef542b80f0040f621aa28478be5c80a0) --- source3/include/ads.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3/include') diff --git a/source3/include/ads.h b/source3/include/ads.h index 6c441f870f..8658e72f6a 100644 --- a/source3/include/ads.h +++ b/source3/include/ads.h @@ -106,6 +106,11 @@ typedef void **ADS_MODLIST; /* timeout on searches */ #define ADS_SEARCH_TIMEOUT 10 +/* ldap control oids */ +#define ADS_PAGE_CTL_OID "1.2.840.113556.1.4.319" +#define ADS_NO_REFERRALS_OID "1.2.840.113556.1.4.1339" +#define ADS_SERVER_SORT_OID "1.2.840.113556.1.4.473" + #define UF_DONT_EXPIRE_PASSWD 0x10000 #define UF_MNS_LOGON_ACCOUNT 0x20000 #define UF_SMARTCARD_REQUIRED 0x40000 -- cgit