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:
parent
9d23e37a6f
commit
64b9f829cf
@ -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)
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user