LDAP user not import the group members
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2023 10:10 PM - edited 08-22-2023 10:54 PM
hi can you help me?
the
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2023 10:40 PM
Hi @chunn
you are not allowed to prefix the user IDs with
return "st." + UserId;
Otherwise the OOTB scripts will not work.
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2023 10:58 PM
@Maik Skoddow thanks to reply for me .why the not allowd to prefix the user IDs
I try it the target table st.user id to add it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2023 11:55 PM
Hi @chunn
I explained why.
The more interesting question is why you want to prefix the usernames? Please explain the underlying requirement. Only then I can answer your question seriously.
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2023 01:03 AM
@Maik Skoddow hi Since both duplicate users and groups need to register with servicenow, the serienow is set to "unique", so that duplicate exclusion can not be duplicated.
User ID registered to servicenow is different from ad
(user from system test AD) st. [user ID]
therefor I creat the other transform map
But after execution, there are users with ST,Group member information does not have group information, does not import, there is group information for group member information if no ST is imported.