1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-11 00:59:11 +03:00

s4:samba3.py (and test) - deactivate the tests until those parameters are fixed

This commit is contained in:
Matthias Dieter Wallnöfer
2009-11-27 16:39:27 +01:00
parent 08b3c396d7
commit 6c3e2417a0
2 changed files with 4 additions and 4 deletions

View File

@ -592,7 +592,7 @@ class TdbSam(TdbDatabase):
for entry in hours:
for i in range(8):
user.hours.append(ord(entry) & (2 ** i) == (2 ** i))
# FIXME
# FIXME (reactivate also the tests in tests/samba3.py after fixing this)
#(user.bad_password_count, data) = unpack_uint16(data)
#(user.logon_count, data) = unpack_uint16(data)
#(user.unknown_6, data) = unpack_uint32(data)