LDAP - distinguished name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2014 01:38 AM
Using a transform map. I have mapped the manager field in AD to the manager field in ServiceNow users table. This is currently pulling the full distinguished name with the LDAP query e.g. CN=John Doe,OU=Service Desk,OU=Users,OU=TEST
How can I filter this in the transform map so that it only pulls the displayed value (John Doe)?
- Labels:
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2014 02:17 AM
in our transform map, in the main script, we have the following line that does this
ldapUtils.setManager(source, target);
No mapping of field sourcefield to the target.manager field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2014 03:02 AM
Thanks Julian. That worked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2024 04:07 AM
Hi @poyntzj
i am trying to mapping where can we map the whole path the DN is there a default field where it get sets or do we need any custom field to have the whole DN
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2024 04:06 AM
Hi @a_qulatein
i am trying to mapping where can we map the whole path the DN is there a default field where it get sets or do we need any custom field to have the whole DN
Thanks