Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
hodgy
Contributor
Contributor

tLDAPOutput - Adding members to a group

Has anyone used this component to add/remove batches of users to a specific group? is this achieved by setting the memberOf on the user record, or setting a member attribute on the group itself. (or do I need to do both?)

Labels (2)
4 Replies
Anonymous
Not applicable

Hello,

Have you already checked this online documentation about:https://help.talend.com/reader/iJ0ellCHe2TUlBmhg3THfw/B1VRjpNgu5NeheSRcW~VEQ?

Best regards

Sabrina

davechurchley
Contributor
Contributor

I've done this successfully by setting the member attribute on the group. You need to set it to be the complete new set of users, not just those you with to add or remove.

 

 

meds
Contributor
Contributor

Hi, I am having the same issue ,

I can't add a member to groupe using tLDAPOutput !

 

my configuration is like this one :

DN: CN=Users,DC=TEST,DC=LOCAL

Object class: top;container

 

So I would like to have a new user like testuser to have this result:

DN: CN=testuser,CN=Users,DC=TEST,DC=LOCAL

 

Do I need to do a inert or update on my DN ?

Does anyone tried this ?

Anonymous
Not applicable

Hello,

If you want to update the existing data, please select update mode on the list.

Here is a KB article about using tLDAPoutput component update action.

https://community.talend.com/s/article/Using-tLDAPoutput-component-update-action-in-AD-LDS-Server-p9...

Best regards

Sabrina