mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
7b70637e9f
One of the use-cases for the domain rename tool is to produce a lab domain that can be used for pre-production testing of Samba. Basically this involves taking a backup rename with --no-secrets (which scrubs any sensitive info), and then restoring it. This patch adds a testenv that mimics how a user would go about creating a lab-domain. We run the same tests that we run against the restore and rename testenvs. Note that the rpc.echo tests for the testallowed and testdenied users fail, because we don't backup the secrets for these users. So these tests failing proves that the lab-DC testenv is correct. Signed-off-by: Tim Beale <timbeale@catalyst.net.nz> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
6 lines
282 B
Plaintext
6 lines
282 B
Plaintext
# Because the lab-DC testenv scrubs all user info (apart from the Admin),
|
|
# we expect tests relying on other users' credentials to fail.
|
|
# These tests fail because they use testallowed and testdenied users.
|
|
^samba4.rpc.echo.testallowed.*labdc.*
|
|
^samba4.rpc.echo.testdenied.*labdc.*
|