I am using Nintex LDAP query action and I need to get the OU the user is currently in before moving the user to a different OU. How can I get the user's current OU using LDAP query?
Asked
Active
Viewed 1,647 times
1 Answers
0
I have no experience with Nintex, but the OU can be found in the distinguishedName AD attribute. That attribute contains the name of the account, the OU and the domain.

Gabriel Luci
- 38,328
- 4
- 55
- 84
-
Thanks for your response. Any chance you could provide an example of the LDAP query? – LetMeSP Mar 18 '16 at 23:06
-
I couldn't tell you. The query depends on what you are looking for, not what attributes you want returned. – Gabriel Luci Mar 21 '16 at 12:51
-
I did some testing around the distinguishedName and I think I am getting what I need. Thanks! – LetMeSP Mar 23 '16 at 17:17