CVS update: samba/source/passdb

abartlet at samba.org abartlet at samba.org
Sun Jul 14 14:51:57 EST 2002


Date:	Sat Jul 13 21:51:57 2002
Author:	abartlet

Update of /data/cvs/samba/source/passdb
In directory va:/tmp/cvs-serv17684/passdb

Modified Files:
	pdb_smbpasswd.c 
Log Message:
Fix up a botched prevoius commit.

The idea here is to allow invalid LM passwords in otherwise valid accounts.

This happens when we create an account without a password, for example.
Previously we would stop at the LM password, and not read things like the
account flags correctly.  Now we process the record, and just set the password
to NULL.

(Note, 'no password for access' is decided only on the basis of the Account
Control bits, not on the 'NULL' value of the password feild.).

Andrew Bartlett


Revisions:
pdb_smbpasswd.c		1.51 => 1.52
	http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/pdb_smbpasswd.c?r1=1.51&r2=1.52




More information about the samba-cvs mailing list