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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
jmd
Contributor
Contributor

tLDAPOutput : how to move an Active directory entry from a CN to a OU

Hi,
I created a new job to update Active Directory entries, but I didn't succeed to change the parent container of an entry
Has anyone already done it ?
What is the good way to do it ?
Thanks in advance.
Labels (2)
13 Replies
Victor_IAD
Contributor II
Contributor II

tLDAPRenameEntry schema only accepts these 2 parameters.

If you want to update other attributes, I would first move my entry with tLDAPRenameEntry, and then update it using tLdapOutput.

kmp_2011
Contributor
Contributor

Yes, I know that, but there are a few options u could change in the tLDAPRenameEntry component.

 

My problem is, that I get the following error message when I execute the job:

"LDAP: error code 32 - 0000208D: NameErr: DSID-0310028D, problem 2001 (NO_OBJECT), data 0, best match of: {baseDN}"

This message typically tells me, that the DN of the user is wrong, but I checked it several times. I cant figure out why it isnt working

Victor_IAD
Contributor II
Contributor II

OK, in my case I had to remove DC parts from DN. You can try it...

kmp_2011
Contributor
Contributor

Thx that was the solution!