mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
7017e6b882
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>
25 lines
396 B
Plaintext
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
|