Bug 3385 - 64-bit bug on account policy output of pdbedit
Summary: 64-bit bug on account policy output of pdbedit
Status: RESOLVED DUPLICATE of bug 1757
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: User/Group Accounts (show other bugs)
Version: 3.0.21a
Hardware: Other Linux
: P3 normal
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-07 13:02 UTC by Björn Jacke
Modified: 2020-12-20 19:35 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Björn Jacke 2006-01-07 13:02:03 UTC
"pdbedit -L -v" on 64-bit hosts shows FF FF FF FF values like this:

Password must change: 9223372036854775807 seconds since the Epoch

while on 32-bit this looks like this:

Password must change: Tue, 19 Jan 2038 04:14:07 CET

tdbdump shows on both hosts this:

key(21) = "maximum password age\00"
data(4) = "\FF\FF\FF\FF"
Comment 1 Björn Jacke 2020-12-20 19:35:06 UTC

*** This bug has been marked as a duplicate of bug 1757 ***