Are there any FME transformers for accessing Active Directory? I need to get user info through Active Directory for metadata uses.
I can access AD through a standalone Python program and using the pyad module, but the Python interpreter in FME does not know this module. I have tried changing the Python interpreter that FME uses, but then my sqlexecutor crashes. Likewise, I have tried setting sys.path in my FME PythonCaller with no success.
The easiest method would be to connect to Active Directory through an FME transformer. Does it exist?
Thanks