I have set it up with the correct LDAP Path and authentication. When I do an execute on the following query it returns the expected employeeid.
(&(displayName=Diane Sharts))
When I publish the workflow with either the above hard coded or with my variable and assigning the employeeid to a variable I get nothing.
(&(displayName=[WorkflowVariable:perADName]))
No errors or clues as to why this isn't working. The variable I'm assigning it to is a string should it be something else? Can someone please help!!!!