Dear Experts,
I am having trouble reading data from LDAP server. When I run ldap_read function module with base entry as 'dc=domain, dc=com' and filter as (&(objectClass=*)) it returns all the entries, but when I search any user from that data I couldn't find any user.
When I chnaged base entry to 'OU=Accounts,dc=domain,dc=com' and filter as (&(objectClass=*)) it returns back the same base entry in the table with no data in the attributes table.
I tried running the find operation from ldap transaction, I got the same result as ldap_read.
How can I get the particular user/all users email address by using this FM and what could be the wrong with the parameters that I am passing to FM.
Regards
Murthy