ERRSRV - ERRbadpw w/ plain text PW

Gregory Walter gsw at SqEarth.com
Tue May 25 07:34:38 GMT 1999


Hello All,

     I have two computers.  I want the Linux box to act as an SMB server
for the NT box.  I only need plain text passwords right now.  I modified
the NT Registry to support this.  But I can't even do a loopback on the
Linux box with smbclient.  See below:

[gsw at pagestreet ~]$ smbclient -L pagestreet
Added interface ip=192.168.0.1 bcast=192.168.0.255 nmask=255.255.255.0
Password:
session setup failed: ERRSRV - ERRbadpw (Bad password - name/password
pair in
a Tree Connect or Session Setup are invalid.)
[gsw at pagestreet ~]$

I've scoured the news groups and the HOWTOs and the /usr/docs not to
mention a couple books.  Below I've attached my configuration.

Thanks,

Greg

Load smb config files from /etc/smb.conf
Processing section "[homes]"
Processing section "[printers]"
Processing section "[tmp]"
Loaded services file OK.
Press enter to see a dump of your service definitions
# Global parameters
	workgroup = WORKGROUP
	netbios name =
	netbios aliases =
	server string = Samba Server
	interfaces = 192.168.0.1/24
	bind interfaces only = No
	security = USER
	encrypt passwords = No
	update encrypted = No
	use rhosts = No
	min passwd length = 5
	map to guest = Never
	null passwords = No
	password server =
	smb passwd file = /etc/smbpasswd
	hosts equiv =
	root directory = /
	passwd program = /bin/passwd
	passwd chat = *old*password* %o\n *new*password* %n\n
*new*password* %n\n *changed*
	passwd chat debug = No
	username map =
	password level = 0
	username level = 0
	unix password sync = No
	log level = 2
	syslog = 1
	syslog only = No
	log file = /var/log/samba/log.%m
	max log size = 50
	timestamp logs = Yes
	protocol = NT1
	read bmpx = Yes
	read raw = Yes
	write raw = Yes
	nt smb support = Yes
	nt pipe support = Yes
	nt acl support = No
	announce version = 4.2
	announce as = NT
	max mux = 50
	max xmit = 65535
	name resolve order = lmhosts host wins bcast
	max packet = 65535
	max ttl = 259200
	max wins ttl = 518400
	min wins ttl = 21600
	time server = No
	change notify timeout = 60
	deadtime = 0
	getwd cache = Yes
	keepalive = 300
	lpq cache time = 10
	max disk size = 0
	max open files = 10000
	read prediction = No
	read size = 16384
	shared mem size = 1048576
	socket options = TCP_NODELAY
	stat cache size = 50
	load printers = Yes
	printcap name = /etc/printcap
	printer driver file = /etc/printers.def
	strip dot = No
	character set =
	mangled stack = 50
	coding system =
	client code page = 850
	stat cache = Yes
	domain groups =
	domain admin group =
	domain guest group =
	domain admin users =
	domain guest users =
	machine password timeout = 604800
	add user script =
	delete user script =
	logon script =
	logon path = \\%N\%U\profile
	logon drive =
	logon home = \\%N\%U
	domain logons = No
	os level = 0
	lm announce = Auto
	lm interval = 60
	preferred master = No
	local master = Yes
	domain master = No
	browse list = Yes
	dns proxy = No
	wins proxy = No
	wins server =
	wins support = No
	kernel oplocks = Yes
	ole locking compatibility = Yes
	smbrun = /usr/bin/smbrun
	config file =
	preload =
	lock dir = /var/lock/samba
	default service =
	message command =
	dfree command =
	valid chars =
	remote announce =
	remote browse sync =
	socket address = 0.0.0.0
	homedir map =
	time offset = 0
	unix realname = No
	NIS homedir = No
	panic action =
	comment =
	path =
	alternate permissions = No
	revalidate = No
	username =
	guest account = nobody
	invalid users =
	valid users =
	admin users =
	read list =
	write list =
	force user =
	force group =
	read only = Yes
	create mask = 0744
	force create mode = 00
	directory mask = 0755
	force directory mode = 00
	guest only = No
	guest ok = No
	only user = No
	hosts allow =
	hosts deny =
	status = Yes
	max connections = 0
	min print space = 0
	strict sync = No
	sync always = No
	print ok = No
	postscript = No
	printing = bsd
	print command = lpr -r -P%p %s
	lpq command = lpq -P%p
	lprm command = lprm -P%p %j
	lppause command =
	lpresume command =
	queuepause command =
	queueresume command =
	printer name =
	printer driver = NULL
	printer driver location =
	default case = lower
	case sensitive = No
	preserve case = Yes
	short preserve case = Yes
	mangle case = No
	mangling char = ~
	hide dot files = Yes
	delete veto files = No
	veto files =
	hide files =
	veto oplock files =
	map system = No
	map hidden = No
	map archive = Yes
	mangled names = Yes
	mangled map =
	browseable = Yes
	blocking locks = Yes
	fake oplocks = No
	locking = Yes
	oplocks = Yes
	strict locking = No
	share modes = Yes
	copy =
	include =
	exec =
	postexec =
	root preexec =
	root postexec =
	available = Yes
	volume =
	fstype = NTFS
	set directory = No
	wide links = Yes
	follow symlinks = Yes
	dont descend =
	magic script =
	magic output =
	delete readonly = No
	dos filetimes = No
	dos filetime resolution = No
	fake directory create times = No

[homes]
	comment = Home Directories
	read only = No
	create mask = 0750

[printers]
	comment = All Printers
	path = /var/spool/samba
	print ok = Yes
	browseable = No

[tmp]
	comment = Temporary file space
	path = /tmp
	read only = No
	guest ok = Yes


More information about the samba mailing list