Bug 158334
Summary: | WinSync Console: Handling of logonHours and accountExpires incorrect. | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Directory Server | Reporter: | Thomas E Lackey <tlackey> | ||||||||||||||||||
Component: | UI - Configuration | Assignee: | Rich Megginson <rmeggins> | ||||||||||||||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Chandrasekar Kannan <ckannan> | ||||||||||||||||||
Severity: | medium | Docs Contact: | |||||||||||||||||||
Priority: | low | ||||||||||||||||||||
Version: | 7.1 | CC: | benl, dlackey, jgalipea, nhosoi, rmeggins | ||||||||||||||||||
Target Milestone: | DS8.1 | ||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||
Hardware: | All | ||||||||||||||||||||
OS: | Linux | ||||||||||||||||||||
Whiteboard: | |||||||||||||||||||||
Fixed In Version: | 8.1 | Doc Type: | Bug Fix | ||||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||
Last Closed: | 2009-04-29 22:57:48 UTC | Type: | --- | ||||||||||||||||||
Regression: | --- | Mount Type: | --- | ||||||||||||||||||
Documentation: | --- | CRM: | |||||||||||||||||||
Verified Versions: | Category: | --- | |||||||||||||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||||||
Embargoed: | |||||||||||||||||||||
Bug Depends On: | |||||||||||||||||||||
Bug Blocks: | 249650, 493682 | ||||||||||||||||||||
Attachments: |
|
Description
Thomas E Lackey
2005-05-20 16:53:56 UTC
FILETIME is in 100's of nanoseconds since 1/1/1601. Created attachment 326572 [details]
diffs
Created attachment 326573 [details]
never expires
Created attachment 326574 [details]
expires with date
Created attachment 326575 [details]
ADUtil.java
Created attachment 327161 [details]
fixed diffs
Created attachment 327182 [details]
more fixed diffs
Created attachment 327183 [details]
new ADUtil.java
Created attachment 327184 [details] cvs commit log Reviewed by: nhosoi (Thanks!) Files: new file ADUtil.java Fix Description: Added code to convert from Windows FILETIME to Java time. Added special handling for the "Never Expires" value, which can be the very large value or 0. The console now displays "Never Expires" or the actual human readable value for the time. As far as Logon Hours, it's just really messed up. I will open another bug for that. https://bugzilla.redhat.com/attachment.cgi?id=326573 - never expires https://bugzilla.redhat.com/attachment.cgi?id=326574 - expires with date Platforms tested: RHEL5 Flag Day: no Doc impact: yes I'm not sure what was really fixed here. Can you be more specific? It still seems pretty screwed up. Thanks Jenny (In reply to comment #15) > I'm not sure what was really fixed here. Can you be more specific? It still > seems pretty screwed up. Thanks Jenny Account Expires handling should be correct now. Logon Hours is still messed up - there is another bug for that (for a later release, not for this one). So I guess for this bug, just verify that Account Expires is handled correctly. Account Expires - Fix Verified DS 8.1 RHEL5 - Windows Synchronization 1.1.0 An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHEA-2009-0455.html |