1 # Björn Baumbachs wintest config file
2 # Using VirtualBox in headless mode. Since it's not possible to
3 # startup VMs in gui mode.
5 # where the git checkout is
6 SOURCETREE : /home/bbaumba/src/git/samba
8 # where to install Samba to
9 PREFIX : /smbTest/wintest
11 # debug level which will be put in smb.conf
14 # commands to control VMs
15 VM_POWEROFF : su bbaumba -c "VBoxManage controlvm ${VMNAME} poweroff"
16 VM_RESTORE : su bbaumba -c "VBoxManage snapshot ${VMNAME} restore ${SNAPSHOT} && VBoxManage startvm ${VMNAME} --type headless"
17 VM_RESET : su bbaumba -c "VBoxManage controlvm ${VMNAME} reset"
19 # interfaces to listen on
22 # this is an additional IP that will be used for named to listen
23 # on. It should not be the primary IP of the interface
24 INTERFACE_IP : 192.168.4.77
25 INTERFACE_NET : 192.168.4.77/24
28 BIND9 : /usr/sbin/named
29 NAMED_CHECKCONF : /usr/sbin/named-checkconf
33 # provision information
34 REALM : WINTEST.EXAMPLE.ORG
35 LCREALM : wintest.example.org
37 BASEDN : DC=wintest,DC=example,DC=org
43 #WINDOWS7_HOSTNAME : wintest7
44 #WINDOWS7_VM : wintest7
45 #WINDOWS7_SNAPSHOT : ready
46 #WINDOWS7_USER : Administrator
47 #WINDOWS7_PASS : Passw0rd
49 # a winxp VM - needs Windows XP Service Pack 2 Support Tools
50 WINXP_HOSTNAME : wintestxp
52 WINXP_SNAPSHOT : ready
53 WINXP_USER : Administrator
56 # Samba will join this w2k8r2 VM as a DC and then as a RODC
57 #W2K8R2A_HOSTNAME : wintest2k8r2
58 #W2K8R2A_VM : wintest2k8r2
59 #W2K8R2A_REALM : v2.tridgell.net
61 #W2K8R2A_PASS : Passw0rd
62 #W2K8R2A_SNAPSHOT : ready2
63 #W2K8R2A_IP : 192.168.4.103
66 ## this w2k8r2 VM will become a DC in the samba domain
67 #W2K8R2B_HOSTNAME : w2k8r2b
69 #W2K8R2B_PASS : p@ssw0rd
70 #W2K8R2B_SNAPSHOT : howto-test2
72 ## this w2k8r2 VM will become a RODC in the samba domain
73 #W2K8R2C_HOSTNAME : w2k8r2c
75 #W2K8R2C_PASS : p@ssw0rd
76 #W2K8R2C_SNAPSHOT : howto-test2
78 # Samba will join this w2k3 VM as a DC
79 W2K3A_HOSTNAME : wintest2k3
81 W2K3A_REALM : vsofs3.com
84 W2K3A_SNAPSHOT : ready
85 W2K3A_IP : 192.168.4.102
87 ## this w2k3 VM will become a DC in the samba domain
88 #W2K3B_HOSTNAME : w2k3b
91 #W2K3B_SNAPSHOT : howto-test
93 ## this w2k8 VM will become a DC in the samba domain
94 #W2K8B_HOSTNAME : w2k8c
96 #W2K8B_PASS : p@ssw0rd
97 #W2K8B_SNAPSHOT : howto-test