Displaying 1 result from an estimated 1 matches for "nt4bdc".
Did you mean:
  nt4_dc
  
2003 Jan 03
1
Winbind & Samba 2.2.7a on FreeBSD
...winbind/freebsd(non-linux)
  users (maybe you have a look at my smb.conf below)?
btw here's my smb.conf:
[global]
	workgroup = MYDOM
	netbios name = FOO
	interfaces = xl0
	bind interfaces only = Yes
	security = DOMAIN
	encrypt passwords = Yes
	update encrypted = Yes
	password server = NT4PDC, NT4BDC
	wins server = NT4PDC
	winbind uid = 15000-15050
	winbind gid = 15000-15050
	template shell = /sbin/nologin
	winbind separator = +
	winbind cache time = 5
	winbind use default domain = Yes
[sysroot$]
	path = /
	valid users = Admin1, Admin2
	admin users = Admin1, Admin2
	read only = No
[raid$]
	pa...