Thanks Michael, I am using Sun Directory Server 6.0 on Windows 2003. I created a static group and Added users from different Organizational Units (Group Member (uniqueMember)........
Now I want to Query the group to find all Members of this group: i.e. "cn=New Group,ou=Groups,dc=example,dc=comin" using the CFLDAP tag below but I am not finding the members, what am I doing wrong? <cfldap action="QUERY" name="GetLDAP3" attributes="uid" start="dc=example,dc=com" Scope="subtree" filter="(&(objectClass=groupOfUniqueNames)(memberOf=cn=New Group, dc=example, dc=com))" server="xxx.xxx.x.xxx" Port="1389" username="cn=ldapwindowsmanager" password="windows2008"> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:306926 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

