diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-02-21 11:55:50 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-02-23 16:14:19 +1100 |
commit | 7724533d8065a2cd78573e6a07fcad9879296c71 (patch) | |
tree | 6bc24f589f89c38f680ea5005dcaba3f74b4c018 | |
parent | bea05159e4239e04dc5e8782b881ed7f70b231fc (diff) | |
download | samba-7724533d8065a2cd78573e6a07fcad9879296c71.tar.gz |
wintest: Change to a new Win2008R2 VM
-rw-r--r-- | wintest/conf/abartlet.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/wintest/conf/abartlet.conf b/wintest/conf/abartlet.conf index d182f2cc82c..1e45619feff 100644 --- a/wintest/conf/abartlet.conf +++ b/wintest/conf/abartlet.conf @@ -61,16 +61,16 @@ W2K8R2A_SNAPSHOT : 1329218595 W2K8R2A_IP : 192.168.122.57 # this w2k8r2 VM will become a DC in the samba domain -W2K8R2B_HOSTNAME : Win2008R2-1 -W2K8R2B_VM : Win2008R2-1 +W2K8R2B_HOSTNAME : Win2008R2-7 +W2K8R2B_VM : Win2008R2-7 W2K8R2B_PASS : penguin12# -W2K8R2B_SNAPSHOT : 1291077001 +W2K8R2B_SNAPSHOT : 1329964204 # this w2k8r2 VM will become a RODC in the samba domain -W2K8R2C_HOSTNAME : Win2008R2-5 -W2K8R2C_VM : Win2008R2-5 +W2K8R2C_HOSTNAME : Win2008R2-6 +W2K8R2C_VM : Win2008R2-6 W2K8R2C_PASS : penguin12# -W2K8R2C_SNAPSHOT : 1291076693 +W2K8R2C_SNAPSHOT : 1329785556 # Samba will join this w2k3 VM as a DC W2K3A_HOSTNAME : Win2003R2-2 |