Howdy all,
I'm attempting to do an AD lookup of a user using the AD plugin (v 1.0.2) and all I ever get back is null.
I've given it a valid container (in this case an OU). I've tried this with both the Action getUserFromContainer and by calling System.getModule("com.vmware.library.microsoft.activeDirectory").getUserFromContainer(container,accountName) by hand. In both cases all I get back is null.
I know that the user running the workflow has permission to search the OU as I can do it by hand with the AD Users & Computers tool. I know that the user in question is present.
So, why am I getting null back?
colin j.