diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-03-09 07:20:50 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:49:24 -0500 |
commit | 4e7520f643c5d5c4d8f938fafdf490b77204c0a7 (patch) | |
tree | 8c55dbb1378db4eff88f46c65d6b58f23f3a560e /source4/dsdb/common | |
parent | 7a9f31a926bccf7d4aa0c818fdb51d6598059738 (diff) | |
download | samba-4e7520f643c5d5c4d8f938fafdf490b77204c0a7.tar.gz samba-4e7520f643c5d5c4d8f938fafdf490b77204c0a7.tar.xz samba-4e7520f643c5d5c4d8f938fafdf490b77204c0a7.zip |
r21772: add DS_BEHAVIOR_WIN2003_INTERIM constant
metze
(This used to be commit 59fffa7ba148a082d0cf13226d0577b3fcd7b5ad)
Diffstat (limited to 'source4/dsdb/common')
-rw-r--r-- | source4/dsdb/common/flags.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/dsdb/common/flags.h b/source4/dsdb/common/flags.h index 0749e0f2cb..7169ad5436 100644 --- a/source4/dsdb/common/flags.h +++ b/source4/dsdb/common/flags.h @@ -115,5 +115,6 @@ #define SYSTEM_FLAG_CONFIG_ALLOW_RENAME 0x40000000 #define SYSTEM_FLAG_DISALLOW_DELTE 0x80000000 -#define DS_BEHAVIOR_WIN2000 0 -#define DS_BEHAVIOR_WIN2003 2 +#define DS_BEHAVIOR_WIN2000 0 +#define DS_BEHAVIOR_WIN2003_INTERIM 1 +#define DS_BEHAVIOR_WIN2003 2 |