We need to query eDirectory database to fetch user details from specific LDAP. Can anyone please help me how to establish a connection with it and how to write a SQL for it.
The SQL which I am using is giving error. Below is dummy SQL, the same format I am using in my code.
SQL Select name from 'LDAP://DC=abc, DC=com" where Group ='xyz';