Did you try starting from the root of your directory? start="dc=jhfbm,dc=local"
-----Original Message----- From: Stephen Good [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 02, 2007 1:13 PM To: CF-Talk Subject: <cfldap> and server 2003 R2 SBS Hey Gang, I am running a server Windows 2003 R2 Small Business Server with CFMX7. I have been able to authenticate with cfntauthenticate for site logins, and I can query the Users cn in AD using cfldap. However all my users are not stored under the Users cn, they are stored in MyBusiness > Users > SBSUsers, which means when i run the query, it doesn't return the correct set of users. My question is this. How do I query the SBSUsers cn? Here's what I use to query the normal Users cn. <cfldap action="QUERY" name="results" attributes="sn,displayname,department,telephoneNumber,mobile,mail" start="cn=Users,dc=jhfbm,dc=local" server="localhost" scope="subtree" filter="(&(objectclass=user))" username="#request.ldapUser#" password="#request.ldapPassword#"> Thanks for any help, and let me know if yall need more info from me. ~Steve __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276804 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

