~lefteris-nikoltsios/+junk/samba-lp1016895

« back to all changes in this revision

Viewing changes to wintest/conf/tridge.conf

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2011-12-21 13:18:04 UTC
  • mfrom: (0.39.21 sid)
  • Revision ID: package-import@ubuntu.com-20111221131804-xtlr39wx6njehxxr
Tags: 2:3.6.1-3ubuntu1
* Merge from Debian testing.  Remaining changes:
  + debian/patches/VERSION.patch:
    - set SAMBA_VERSION_SUFFIX to Ubuntu.
  + debian/patches/error-trans.fix-276472:
    - Add the translation of Unix Error code -ENOTSUP to NT Error Code
    - NT_STATUS_NOT_SUPPORTED to prevent the Permission denied error.
  + debian/smb.conf:
    - add "(Samba, Ubuntu)" to server string.
    - comment out the default [homes] share, and add a comment about
      "valid users = %S" to show users how to restrict access to
      \\server\username to only username.
    - Set 'usershare allow guests', so that usershare admins are 
      allowed to create public shares in addition to authenticated
      ones.
    - add map to guest = Bad user, maps bad username to guest access.
  + debian/samba-common.config:
    - Do not change priority to high if dhclient3 is installed.
    - Use priority medium instead of high for the workgroup question.
  + debian/control:
    - Don't build against or suggest ctdb.
    - Add dependency on samba-common-bin to samba.
  + Add ufw integration:
    - Created debian/samba.ufw.profile
    - debian/rules, debian/samba.dirs, debian/samba.files: install
      profile
    - debian/control: have samba suggest ufw
  + Add apport hook:
    - Created debian/source_samba.py.
    - debian/rules, debian/samba.dirs, debian/samba-common-bin.files: install
  + Switch to upstart:
    - Add debian/samba.{nmbd,smbd}.upstart.
  + debian/samba.logrotate, debian/samba-common.dhcp, debian/samba.if-up:
    - Make them upstart compatible
  + debian/samba.postinst: 
    - Avoid scary pdbedit warnings on first import.
  + debian/samba-common.postinst: Add more informative error message for
    the case where smb.conf was manually deleted
  + debian/patches/fix-debuglevel-name-conflict.patch: don't use 'debug_level'
    as a global variable name in an NSS module 
  + Dropped:
    - debian/patches/error-trans.fix-276472
    - debian/patches/fix-debuglevel-name-conflict.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# config file for test-howto.py for tridge
 
2
 
 
3
# where the git checkout is
 
4
SOURCETREE            : /home/tridge/samba/git/howto
 
5
 
 
6
# where to install Samba to
 
7
PREFIX                : /home/tridge/samba/git/prefix.howto
 
8
 
 
9
# debug level which will be put in smb.conf
 
10
DEBUGLEVEL            : 1
 
11
 
 
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"
 
16
 
 
17
# interfaces to listen on
 
18
INTERFACE             : virbr0:0
 
19
 
 
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
 
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
 
30
 
 
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
 
39
 
 
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
 
46
 
 
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
 
53
 
 
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
 
62
 
 
63
 
 
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
 
69
 
 
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
 
75
 
 
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
 
84
 
 
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
 
90
 
 
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