1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/testdata/samba3/smb.conf
Amitay Isaacs 7017e6b882 testdata: Set netbios name in the samba3 configuation
To correctly find the domain sid, passdb api uses netbios name to
look up secrets database. If no nebios name is configured, passdb uses
current hostname and adds entry for hostname in secrets and uses that
instead of the intended one.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2011-08-26 10:06:33 +10:00

25 lines
396 B
Plaintext

[global]
workgroup = SAMBA
security = user
passdb backend = smbpasswd:../testdata/samba3/smbpasswd tdbsam:../testdata/samba3/passdb.tdb ldapsam:tdb://samba3.ldb
debug level = 5
netbios name = BEDWYR
[cd1]
path = /mnt/cd1
public = yes
[cd2]
path = /mnt/cd2
public = yes
[media]
path = /media
public = yes
[tmp]
path = /tmp
guest only = yes
public = yes
read only = no