Skip to main content

Hi,

 

The additional attribute msExchHideFromAddressLists for one AD entry ensures in the LDAP reader in the FME application that the data (all users) cannot be read.

Is this a bug in LDAP or FME?

 

This can be fixed by the statement "SELECT * FROM OU=... WHERE msExchHideFromAddressLists IS NULL".

 

Best regards,

Matthias

Hi @mattenp​ ,

This is due to the design of the LDAP Reader. LDAP/AD does not have a fixed schema and this means that within the Reader there may be certain scenarios we cannot handle. Therefore when working with LDAP depending on your search scope we recommend working with SQL in favour of using the Reader.

 

It sounds like you have already have a solution, but if other users run into similar problems please see the LDAP/Active Directory SQL-Like Queries page in our documentation for help getting started on building these queries. 


Reply