~vcs-imports/samba/main

« back to all changes in this revision

Viewing changes to testsuite/build_farm/template/basicsmb.smb.conf

  • Committer: jerry
  • Date: 2006-07-14 21:48:39 UTC
  • Revision ID: vcs-imports@canonical.com-20060714214839-586d8c489a8fcead
gutting trunk to move to svn:externals

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[global]
2
 
    netbios name = BUILDFARM
3
 
    workgroup = TESTWG
4
 
    log level = LOGLEVEL
5
 
    debug timestamp = no
6
 
    encrypt passwords = yes
7
 
    server string = Samba %v Build Farm Tests
8
 
    name resolve order = lmhosts
9
 
    guest account = WHOAMI
10
 
    domain logons = yes
11
 
 
12
 
    strict locking = yes
13
 
 
14
 
    include = PREFIX/lib/smb.conf.%L
15
 
 
16
 
    add machine script = useradd %u -d /dev/null -s /bin/false
17
 
 
18
 
    panic action = /bin/sh BUILD_FARM/samba/testsuite/build_farm/backtrace %d
19
 
 
20
 
    passdb backend = smbpasswd
21
 
 
22
 
    idmap uid = 10000-200000
23
 
    map hidden = yes
24
 
    create mask = 0777
25
 
 
26
 
[test]
27
 
    path = PREFIX/testdir
28
 
    read only = no
29
 
 
30
 
[samba]
31
 
    path = BUILD_FARM/samba
32
 
    read only = yes
33
 
    comment = Samba HEAD Sources
34
 
 
35
 
[samba_2_2]
36
 
    path = BUILD_FARM/samba_2_2
37
 
    read only = yes
38
 
    comment = Samba 2.2. Sources
39
 
 
40
 
[rsync]
41
 
    path = BUILD_FARM/rsync
42
 
    read only = yes
43
 
    comment = Rsync Sources
44
 
 
45
 
[guest_share]
46
 
    path = PREFIX
47
 
    guest ok = yes
48
 
    read only = yes
49
 
    comment = Unauthenticated share for use in share level test