
Contributor
2013-03-16
05:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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.
1,323 Views
- « Previous Replies
-
- 1
- 2
- Next Replies »
13 Replies

Contributor II
2024-04-12
07:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
324 Views

Contributor
2024-04-12
07:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
322 Views

Contributor II
2024-04-12
08:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
OK, in my case I had to remove DC parts from DN. You can try it...

Contributor
2024-04-12
08:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thx that was the solution!
318 Views

- « Previous Replies
-
- 1
- 2
- Next Replies »