Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.0-M3 (2.0.0.v20120224)
-
None
-
All.
Description
Within Active Directory there are several attributes which represent time as using the OID: 1.2.840.113556.1.4.906 (Large Integer).
The common attributes I often use are:
pwdLastSet
accountExpires
lastLogoff
lastLogon
lastLogonTimeStamp
badPasswordTime
(There a some others that some people may wish to use also)
It would be helpful, if there was a value editor that could accomodate the time values presented within these attribute.
I have used the following code for the conversion and it is works out to be very close:
public static Date convertAdFileTimeToDate(long adFileTimeStamp)
Attachments
Attachments
Issue Links
- is duplicated by
-
DIRSTUDIO-859 Display Active Directory "Big Integer" Date Fields as Dates
- Closed