Date: Thu Sep 18 23:54:12 2003 Author: jra Update of /data/cvs/samba/source/rpcclient In directory dp.samba.org:/tmp/cvs-serv25033/rpcclient
Modified Files: cmd_samr.c Log Message: The "unknown_5" 32 bit field in the user structs is actually 2 16-bit fields, bad_password_count and logon_count. Ensure this is stored/fetched in the various SAMs. As it replaces the unknown_5 field this fits exactly into the tdb SAM without any binary problems. It also is added to the LDAP SAM as two extra attributes. It breaks compatibility with the experimental SAMs xml and mysql. The maintainers of these SAMs must fix them so upgrades like this can be done transparently. I will insist on the "experimental" status until this is solved. Jeremy. Revisions: cmd_samr.c 1.162 => 1.163 http://www.samba.org/cgi-bin/cvsweb/samba/source/rpcclient/cmd_samr.c.diff?r1=1.162&r2=1.163