diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-09-21 22:52:01 -0700 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2013-09-22 14:39:51 -0700 |
commit | 038a9a7c5ec964e5b42e1329eab0573e50a9d3b0 (patch) | |
tree | 989b422b996b03d036a5df858eaa4f6f464a58ae /source4/selftest/provisions/release-4-1-0rc3/etc | |
parent | 9c11ad25b211242cbe526f280688640658c4a365 (diff) | |
download | samba-038a9a7c5ec964e5b42e1329eab0573e50a9d3b0.tar.gz samba-038a9a7c5ec964e5b42e1329eab0573e50a9d3b0.tar.bz2 samba-038a9a7c5ec964e5b42e1329eab0573e50a9d3b0.zip |
selftest: Add release-4-1-0rc3 saved provision
This version has the regression where we would, on join, write an
all-zero invocationID in the replPropertyMetaData attribute, on
Deleted Objects in particular.
To demonstrate this regression, this is based on the promoted_dc
environment from make test, with the domain altered to match the
pattern used in these trees.
Andrew Bartlett
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source4/selftest/provisions/release-4-1-0rc3/etc')
-rw-r--r-- | source4/selftest/provisions/release-4-1-0rc3/etc/smb.conf.template | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/source4/selftest/provisions/release-4-1-0rc3/etc/smb.conf.template b/source4/selftest/provisions/release-4-1-0rc3/etc/smb.conf.template new file mode 100644 index 0000000000..d67c3c916e --- /dev/null +++ b/source4/selftest/provisions/release-4-1-0rc3/etc/smb.conf.template @@ -0,0 +1,17 @@ +[globals] + netbios name = promotedvdc + workgroup = SAMBA + realm = release-4-1-0rc3.samba.corp + server role = domain controller + + private dir = @@PREFIX@@/private + lock dir = @@PREFIX@@/ + posix:eadb = @@PREFIX@@/private/eadb.tdb + +[netlogon] + path = @@PREFIX@@/sysvol/release-4-1-0rc3.samba.corp/scripts + read only = no + +[sysvol] + path = @@PREFIX@@/sysvol + read only = no |