summaryrefslogtreecommitdiff
path: root/source3/include/ads.h
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2002-04-10 13:25:40 +0000
committerJim McDonough <jmcd@samba.org>2002-04-10 13:25:40 +0000
commite26420cc1fbf67ed7130a1481ef23d9a51b89d14 (patch)
tree1d9442036fde6dd90805180ec1fa6a39b616b9c9 /source3/include/ads.h
parentb99d3f27df6c8148ecb007473b1a4ba69ece9cf4 (diff)
downloadsamba-e26420cc1fbf67ed7130a1481ef23d9a51b89d14.tar.gz
Add ads ldap server controls
(This used to be commit 9126f008ef542b80f0040f621aa28478be5c80a0)
Diffstat (limited to 'source3/include/ads.h')
-rw-r--r--source3/include/ads.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/include/ads.h b/source3/include/ads.h
index 6c441f870fe..8658e72f6ac 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