summaryrefslogtreecommitdiff
path: root/testsuite/build_farm/basicsmb.smb.conf.template
blob: 8b75f299a218d38a0760bf86f79f02de9b32c638 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[global]
    netbios name = BUILDFARM
    workgroup = TESTWG
    log level = LOGLEVEL
    debug timestamp = no
    encrypt passwords = yes
    server string = Samba %v Build Farm Tests
    name resolve order = lmhosts
    guest account = WHOAMI
    domain logons = yes

    strict locking = yes

    include = PREFIX/lib/smb.conf.%L

    add machine script = useradd %u -d /dev/null -s /bin/false

    panic action = echo bt | gdb PREFIX/sbin/smbd %d

    passdb backend = smbpasswd_nua

    non unix account range = 10000-20000

[test]
    path = PREFIX/testdir
    read only = no

[samba]
    path = BUILD_FARM/samba
    read only = yes
    comment = Samba HEAD Sources

[samba_2_2]
    path = BUILD_FARM/samba_2_2
    read only = yes
    comment = Samba 2.2. Sources

[rsync]
    path = BUILD_FARM/rsync
    read only = yes
    comment = Rsync Sources

[guest_share]
    path = PREFIX
    guest ok = yes
    read only = yes
    comment = Unauthenticated share for use in share level test