From 7017e6b8824e9b1b4035299e42a1f93581406b92 Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Thu, 25 Aug 2011 17:25:28 +1000 Subject: 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 --- testdata/samba3/smb.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'testdata') diff --git a/testdata/samba3/smb.conf b/testdata/samba3/smb.conf index b00397d2ee..cabba5fbc8 100644 --- a/testdata/samba3/smb.conf +++ b/testdata/samba3/smb.conf @@ -3,6 +3,7 @@ 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 -- cgit