[Date Prev][Date Next] [Chronological] [Thread] [Top]

Querying ldap



Hi.
I am trying to query my ldap using the ole db provider.
I need to obtain all the users of a group.
I use the following query:

szSql="select uniqueMember from 'LDAP://servername:389/cn=groups,dc=intesasgr,dc=it' where objectClass='*' and cn='pfp'" 

where pfp is a defined group.

I always obtain one row, even the group contains more rows.

Where am I wrong?

I thank you in advance for your replay.

         Gino