Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?)
Hello,
Have you already checked this online documentation about:https://help.talend.com/reader/iJ0ellCHe2TUlBmhg3THfw/B1VRjpNgu5NeheSRcW~VEQ?
Best regards
Sabrina
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.
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 ?
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.
Best regards
Sabrina