Yes, that's what I try. Users should be able to login to WFA with their AD account and run workflows. But coreywanless' solution seems to work only with windows. I'm running WFA on a Linux host (RHEL), so that method won't work for me.
What I did so far is enter the LDAP server address under: 'Administration' --> 'WFA Configuration' --> 'Authentication'
After that I tried futilely to login with my AD credentials. So I looked in the file wfa_ldap.log in directory /opt/netapp/wfa/jboss/standalone/log.war/jboss/ and found this message:
2016-04-19 13:57:37,364 ERROR [com.netapp.wfa.ldap.LdapLoginModule] (default task-3) Failed to find user 'domain\user' using LDAP servers:
* ldap://ldap1.mydomain.de - [LDAP: error code 49 - 80090308: LdapErr: DSID-0C0903D0, comment: AcceptSecurityContext error, data 52e, v2580] (JBAS011843: Failed instantiate InitialContextFactory com.sun.jndi.ldap.LdapCtxFactory from classloader ModuleClassLoader for Module "deployment.wfa-0.5.ear.flex-server-facade-0.5.war:main" from Service Module Loader): com.netapp.wfa.ldap.LdapException: Failed to find user 'domain\user' using LDAP servers:
* ldap://ldap1.mydomain.de - [LDAP: error code 49 - 80090308: LdapErr: DSID-0C0903D0, comment: AcceptSecurityContext error, data 52e, v2580] (JBAS011843: Failed instantiate InitialContextFactory com.sun.jndi.ldap.LdapCtxFactory from classloader ModuleClassLoader for Module "deployment.wfa-0.5.ear.flex-server-facade-0.5.war:main" from Service Module Loader)
My read is, that the domain controller doesn't allow anonymous ldap queries. But in the mentioned configuration menu are no fields to enter ldap credentials.