Hi,

I've created an OLE DB connection as below

DataSource: LDAP://<domain name>/dc=internode,dc=com,dc=au
Integrated Security : Checked

Created a command as below:

select mail,displayName,title
From 'LDAP://<domain name>/dc=internode,dc=com,dc=au'

The report displays only values for mail and displayName but other fields don't return any values.

I need to display the department and the uid but unfortunately don't get any result.

Am I missing something?

Thanks
Shilpa