- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2018 05:22 AM
I have added the last login time attribute to the user form and mapped to the AD filed attribute in the import user table.
However, when we ran the LDAP integration, last login time is not capturing from the AD. For few users it is capturing the system generated time stamp. Could anyone suggest us how to capture the last login time stamp from the AD?
Thank you!
Solved! Go to Solution.
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2018 12:54 PM
The problem with your script is you are literally returning the string "adt" instead of the value of the variable.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2018 05:24 AM
Can you provide additional details on how you are doing your LDAP integration? Specifically, your transform map and transform script(s)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2018 05:40 AM
We have mapped the Source LDAP import table to the sys_user table and mapped the attributes in the transform map.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2018 05:56 AM
Thank you. Specifically, what has been mapped to what?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2018 06:57 AM
Thanks Thomas for your quick responses.
We only have the issue with the last login filed value as it's not being updated when we ran the LDAP.
We have mapped u_lastlogontimestamp field from the AD to last_login_time in ServiceNow.
Thank you!