Active Directory plugin

Hi,
We are valuating linx service to replace some of our customized software.
Actually we need to read some information from LDAP Active Directory (and write too if needed) but there isn’t anything related in plugins.

Is there a chance to have some AD-LDAP plugins?

Thanks,
biuken.

Hi Biuken,

I’ll forward your request for the future feature recommendation.

In the meantime one can consider using the Rest WebService call to access the AD. AD does provide some kind of service interface, but in most of the searches I’ve found that there needs to be an intermediary installed that exposes REST services to AD (like: ADAP (https://www.radiantlogic.com/learning-center/product-downloads/download-adap/))

1 Like

Hi Dawie,
Thank you for your quick reply and for adding this in future feature reccomendation.

I think ADAP is a valid and quick workaround, i’ll give it a try!

biuken.

You can also put your AD calls in a Powershell script and execute it with the Linx CommandLine function. See http://www.tomsitpro.com/articles/powershell-active-directory-cmdlets,2-801.html for some ideas.