How to pull AD Filed account expires in sys_user table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2022 12:31 AM - edited 12-05-2022 09:48 PM
HI,
The AD attribute Account Expires: accountExpires = contains a number in C# that represents an expiration date/time, would likely need to be converted to Date/Time format.
number as, tics since 1601-01-02
My goal is when When the LDAP scheduled job is run, expiration date will be populated if the fields have values in AD.
Thanks,
Ruchi

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2022 12:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2022 03:25 AM
Thanks @Aman Kumar S
My accountExpires filed from AD is in C# and the filed in user table I want to map is Yes/No Filed.
and if accountExpires has value in AD then we want to check the box in sys_user table.