diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-11-29 19:02:56 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-12-01 16:09:58 +1100 |
commit | b0ed6c2b6f7d3424c8bdae496714d30f9bad6d99 (patch) | |
tree | b37b921e8fb9574d6afc100e6e6d674aaf49744c /wintest/conf | |
parent | 2b1c259d51599e33498ad2ee25f5b443ff4ab453 (diff) | |
download | samba-b0ed6c2b6f7d3424c8bdae496714d30f9bad6d99.tar.gz |
wintest Add more VMs and correct titles
Diffstat (limited to 'wintest/conf')
-rw-r--r-- | wintest/conf/abartlet.conf | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/wintest/conf/abartlet.conf b/wintest/conf/abartlet.conf index 00578f437d0..8f4d9bacf90 100644 --- a/wintest/conf/abartlet.conf +++ b/wintest/conf/abartlet.conf @@ -51,12 +51,36 @@ WINXP_USER : administrator WINXP_PASS : penguin # Samba will join this w2k8r2 VM as a DC and then as a RODC +W2K8R2A_HOSTNAME : Win2008R2-3 +W2K8R2A_VM : Win2008R2-3 +W2K8R2A_REALM : 2008R2.HOWTO.ABARTLET.NET +W2K8R2A_DOMAIN : 2008R2HOWTO +W2K8R2A_PASS : penguin12# +W2K8R2A_SNAPSHOT : 1291076421 +W2K8R2A_IP : 192.168.122.108 + +# this w2k8r2 VM will become a DC in the samba domain W2K8R2B_HOSTNAME : Win2008R2-1 W2K8R2B_VM : Win2008R2-1 W2K8R2B_PASS : penguin12# -W2K8R2B_SNAPSHOT : 1290382773 +W2K8R2B_SNAPSHOT : 1291077001 + +# this w2k8r2 VM will become a RODC in the samba domain +W2K8R2C_HOSTNAME : Win2008R2-4 +W2K8R2C_VM : Win2008R2-4 +W2K8R2C_PASS : penguin12# +W2K8R2C_SNAPSHOT : 1291076693 # Samba will join this w2k3 VM as a DC +W2K3A_HOSTNAME : Win2003R2-2 +W2K3A_VM : Win2003R2-2 +W2K3A_REALM : 2003.HOWTO.ABARTLET.NET +W2K3A_DOMAIN : 2003HOWTO +W2K3A_PASS : penguin +W2K3A_SNAPSHOT : 1291097054 +W2K3A_IP : 192.168.122.155 + +# this w2k3 VM will become a DC in the samba domain W2K3B_HOSTNAME : Win2003R2-1 W2K3B_VM : Win2003R2-1 W2K3B_PASS : penguin |