diff options
author | Jim McDonough <jmcd@samba.org> | 2002-04-10 13:25:40 +0000 |
---|---|---|
committer | Jim McDonough <jmcd@samba.org> | 2002-04-10 13:25:40 +0000 |
commit | e26420cc1fbf67ed7130a1481ef23d9a51b89d14 (patch) | |
tree | 1d9442036fde6dd90805180ec1fa6a39b616b9c9 /source3 | |
parent | b99d3f27df6c8148ecb007473b1a4ba69ece9cf4 (diff) | |
download | samba-e26420cc1fbf67ed7130a1481ef23d9a51b89d14.tar.gz samba-e26420cc1fbf67ed7130a1481ef23d9a51b89d14.tar.bz2 samba-e26420cc1fbf67ed7130a1481ef23d9a51b89d14.zip |
Add ads ldap server controls
(This used to be commit 9126f008ef542b80f0040f621aa28478be5c80a0)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/ads.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 |