grrrr

Mitchell mjs at blitz-technology.net
Tue Nov 20 15:49:02 GMT 2001


so close and yet so far. 

Atleast it can see samba as the authentication server now but windows is
giving me the following error

Do not recognise your domain / password 

and this is what is coming up in my smb.log

  Denied connection from  (192.168.1.2)
[2001/11/21 09:51:56, 0] smbd/connection.c:yield_connection(63)
  yield_connection: tdb_delete for name  failed with error Record does not exist.



And yes that IP *should* be in my subnet, here is my smb.conf file now.

# Samba config file created using SWAT
# from 203-109-247-33.ihug.net (203.109.247.33)
# Date: 2001/11/21 09:40:20

# Global parameters
[global]
	workgroup = BLITZ
	netbios name = JOLT
	interfaces = eth0
	encrypt passwords = Yes
	obey pam restrictions = Yes
	passwd program = /usr/bin/passwd %u
	passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n .
	unix password sync = Yes
	time server = Yes
	logon script = logon.bat
	logon path = \\jolt\profiles\%u
	domain logons = Yes
	os level = 65
	preferred master = True
	domain master = True
	wins support = Yes
	remote announce = 192.168.1.255
	invalid users = root
	hosts allow = 192.168.1, 127.0.0.1

[netlogon]
	path = /home/logon
	browseable = No

[profiles]
	path = /home/profiles
	read only = No
	create mask = 0600
	directory mask = 0700
	nt acl support = No
	browseable = No

[homes]
	read only = No
	create mask = 0600
	directory mask = 0700
	browseable = No



I got to get it right eventually :).






More information about the samba-ntdom mailing list