1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r5705: Have unknown_6 default to 1260 (fixed #892)

(This used to be commit 710ce847a7)
This commit is contained in:
Jelmer Vernooij 2005-03-09 10:10:43 +00:00 committed by Gerald (Jerry) Carter
parent 9d23e37a6f
commit 64b9f829cf

View File

@ -31,7 +31,7 @@ CREATE TABLE user (
logon_divs int(9),
hours_len int(9),
unknown_5 int(9),
unknown_6 int(9),
unknown_6 int(9) default "1260",
bad_password_count int(9),
logon_count int(9)
);