provision: fix nTSecurityDescriptor attributes of CN=*,${CONFIGDN} (bug #9481)
[Samba/gebeck_regimport.git] / wintest / conf / tridge.conf
blobe6d6910ab3a5aa770264dcba4fcf96cbc5fb5f36
1 # config file for test-howto.py for tridge
3 # where the git checkout is
4 SOURCETREE            : /home/tridge/samba/git/howto
6 # where to install Samba to
7 PREFIX                : /home/tridge/samba/git/prefix.howto
9 # debug level which will be put in smb.conf
10 DEBUGLEVEL            : 1
12 # commands to control VMs
13 VM_POWEROFF           : su tridge -c "VBoxManage controlvm ${VMNAME} poweroff"
14 VM_RESTORE            : su tridge -c "VBoxManage snapshot ${VMNAME} restore ${SNAPSHOT} && VBoxManage startvm ${VMNAME}"
15 VM_RESET              : su tridge -c "VBoxManage controlvm ${VMNAME} reset"
17 # interfaces to listen on
18 INTERFACE             : virbr0:0
20 # this is an additional IP that will be used for named to listen
21 # on. It should not be the primary IP of the interface
22 INTERFACE_IP          : 10.0.0.2
23 INTERFACE_NET         : 10.0.0.2/24
25 # how to run bind9
26 BIND9                 : /usr/sbin/named
27 NAMED_CHECKCONF       : /usr/sbin/named-checkconf
28 RNDC                  : /usr/sbin/rndc
29 BIND_USER             : bind
31 # provision information
32 REALM                 : HOWTO.TRIDGELL.NET
33 LCREALM               : howto.tridgell.net
34 DOMAIN                : howto
35 BASEDN                : DC=howto,DC=tridgell,DC=net
36 PASSWORD1             : p@ssw0rd
37 PASSWORD2             : p@ssw0rd2
38 PASSWORD3             : p@ssw0rd3
40 # a Windows7 VM
41 WINDOWS7_HOSTNAME     : win7
42 WINDOWS7_VM           : Win7
43 WINDOWS7_SNAPSHOT     : howto-test2
44 WINDOWS7_USER         : administrator
45 WINDOWS7_PASS         : p@ssw0rd
47 # a winxp VM - needs Windows XP Service Pack 2 Support Tools
48 WINXP_HOSTNAME        : winxptest
49 WINXP_VM              : winXP-test
50 WINXP_SNAPSHOT        : howto-test
51 WINXP_USER            : tridge
52 WINXP_PASS            : penguin
54 # Samba will join this w2k8r2 VM as a DC and then as a RODC
55 W2K8R2A_HOSTNAME      : w2k8
56 W2K8R2A_VM            : w2k8r2
57 W2K8R2A_REALM         : v2.tridgell.net
58 W2K8R2A_DOMAIN        : v2
59 W2K8R2A_PASS          : p@ssw0rd5
60 W2K8R2A_SNAPSHOT      : howto-test
61 W2K8R2A_IP            : 10.0.0.4
64 # this w2k8r2 VM will become a DC in the samba domain
65 W2K8R2B_HOSTNAME      : w2k8r2b
66 W2K8R2B_VM            : w2k8r2b
67 W2K8R2B_PASS          : p@ssw0rd
68 W2K8R2B_SNAPSHOT      : howto-test2
70 # this w2k8r2 VM will become a RODC in the samba domain
71 W2K8R2C_HOSTNAME      : w2k8r2c
72 W2K8R2C_VM            : w2k8r2c
73 W2K8R2C_PASS          : p@ssw0rd
74 W2K8R2C_SNAPSHOT      : howto-test2
76 # Samba will join this w2k3 VM as a DC
77 W2K3A_HOSTNAME        : w2k3
78 W2K3A_VM              : w2003
79 W2K3A_REALM           : vsofs3.com
80 W2K3A_DOMAIN          : vsofs3
81 W2K3A_PASS            : penguin
82 W2K3A_SNAPSHOT        : howto-test
83 W2K3A_IP              : 10.0.0.3
85 # this w2k3 VM will become a DC in the samba domain
86 W2K3B_HOSTNAME        : w2k3b
87 W2K3B_VM              : w2k3b
88 W2K3B_PASS            : penguin
89 W2K3B_SNAPSHOT        : howto-test
91 # this w2k8 VM will become a DC in the samba domain
92 W2K8B_HOSTNAME        : w2k8c
93 W2K8B_VM              : w2k8
94 W2K8B_PASS            : p@ssw0rd
95 W2K8B_SNAPSHOT        : howto-test