~lefteris-nikoltsios/+junk/samba-lp1016895

« back to all changes in this revision

Viewing changes to wintest/conf/zahari-esxi.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 zahari
 
2
 
 
3
# where the git checkout is
 
4
SOURCETREE            : /root/samba-master
 
5
 
 
6
# where to install Samba to
 
7
PREFIX                : /usr/local/samba
 
8
 
 
9
# VMware ESX server
 
10
 
 
11
# debug level which will be put in smb.conf
 
12
DEBUGLEVEL                : 1
 
13
 
 
14
# commands to control VMs
 
15
VM_POWEROFF               : su zahari -c "sshpass -p p@ssw0rd ssh -o StrictHostKeyChecking=no root@10.191.35.30 vim-cmd vmsvc/power.off ${VMNAME} 2>&1; sleep 5"
 
16
VM_RESTORE            : su zahari -c "sshpass -p p@ssw0rd ssh -o StrictHostKeyChecking=no root@10.191.35.30 vim-cmd vmsvc/snapshot.revert ${VMNAME} ${SNAPSHOT} 2>&1; sleep 5"
 
17
VM_RESET              : su zahari -c "sshpass -p p@ssword ssh -o StrictHostKeyChecking=no root@10.191.35.30 vim-cmd vmsvc/power.reboot ${VMNAME} 2>&1; sleep 5"
 
18
 
 
19
# interfaces to listen on
 
20
INTERFACE             : eth0
 
21
 
 
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          : 10.191.10.90
 
25
INTERFACE_NET         : 10.191.10.90/16
 
26
 
 
27
# how to run bind9
 
28
BIND9                 : /usr/sbin/named
 
29
NAMED_CHECKCONF       : /usr/sbin/named-checkconf
 
30
RNDC                  : /usr/sbin/rndc
 
31
BIND_USER                 : bind
 
32
 
 
33
# provision information
 
34
REALM                 : HOWTO.SAMBA90.TEST
 
35
LCREALM               : howto.samba90.test
 
36
DOMAIN                : howto-0
 
37
BASEDN                : DC=howto,DC=samba90,DC=test
 
38
PASSWORD1             : p@r0l@123!
 
39
PASSWORD2             : p@r0l@1234!
 
40
PASSWORD3             : p@r0l@12345!
 
41
 
 
42
# this w2k8r2 VM will become a DC in the samba domain
 
43
W2K8R2B_HOSTNAME      : WIN-SVD8RSRCPSS
 
44
W2K8R2B_VM            : 128
 
45
W2K8R2B_PASS          : P@r0l@
 
46
W2K8R2B_SNAPSHOT      : 0 1