summaryrefslogtreecommitdiff
path: root/source3/include/ads.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-01-29 12:31:51 +0100
committerGünther Deschner <gd@samba.org>2008-01-29 15:15:28 +0100
commit0adf8621cdfc52a85baa505ae13a828df04d6015 (patch)
treea97bdadee8c30adfd9c6f06651dd58816e558c91 /source3/include/ads.h
parent5e9be79330accc348f347a6071241b1ac89d45d9 (diff)
downloadsamba-0adf8621cdfc52a85baa505ae13a828df04d6015.tar.gz
samba-0adf8621cdfc52a85baa505ae13a828df04d6015.tar.bz2
samba-0adf8621cdfc52a85baa505ae13a828df04d6015.zip
Move DS_DOMAIN_FUNCTION defines to ads.h.
Guenther (This used to be commit 2605c6758ebb2f53c0c91f99d766e3db548e07ce)
Diffstat (limited to 'source3/include/ads.h')
-rw-r--r--source3/include/ads.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/include/ads.h b/source3/include/ads.h
index a75eaf80fc..d1047bbdc2 100644
--- a/source3/include/ads.h
+++ b/source3/include/ads.h
@@ -396,4 +396,11 @@ typedef struct {
#define ADS_IGNORE_PRINCIPAL "not_defined_in_RFC4178@please_ignore"
+/* Settings for the domainFunctionality attribute in the rootDSE */
+
+#define DS_DOMAIN_FUNCTION_2000 0
+#define DS_DOMAIN_FUCNTION_2003_MIXED 1
+#define DS_DOMAIN_FUNCTION_2003 2
+#define DS_DOMAIN_FUNCTION_2008 3
+
#endif /* _INCLUDE_ADS_H_ */