diff options
author | Michael Adam <obnox@samba.org> | 2008-07-23 16:23:31 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-07-23 18:02:44 +0200 |
commit | db36f37b8f324ca2a45b05800d4abfb72c566447 (patch) | |
tree | 3c7cedbf2e8bb6a958bb69754024feff4c056aff /source4/dsdb | |
parent | c71030bd04eee5f50be56ac2460393dfbe2fdd23 (diff) | |
download | samba-db36f37b8f324ca2a45b05800d4abfb72c566447.tar.gz samba-db36f37b8f324ca2a45b05800d4abfb72c566447.tar.bz2 samba-db36f37b8f324ca2a45b05800d4abfb72c566447.zip |
libnet_become_dc: send msDS_Behavior_Version == 3 (win2k8) in DsAddEntry
instead of version 2 (win2k3).
This makes the NET-API-BECOME-DC test work against windows 2003 and 2008.
Michael
(This used to be commit a7bfa1fb1bc6fb8e412990b7ff4c3ce9bc55099d)
Diffstat (limited to 'source4/dsdb')
-rw-r--r-- | source4/dsdb/common/flags.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/dsdb/common/flags.h b/source4/dsdb/common/flags.h index 36111418e2..e8802fdf9c 100644 --- a/source4/dsdb/common/flags.h +++ b/source4/dsdb/common/flags.h @@ -122,3 +122,4 @@ #define DS_BEHAVIOR_WIN2000 0 #define DS_BEHAVIOR_WIN2003_INTERIM 1 #define DS_BEHAVIOR_WIN2003 2 +#define DS_BEHAVIOR_WIN2008 3 |