That did it!  That was teh one combination of things I hadn't tried.  Now To 
get my filters all setup.  Thanks!

~Steve
 


----- Original Message ----
From: "Dawson, Michael" <[EMAIL PROTECTED]>
To: CF-Talk <[email protected]>
Sent: Wednesday, May 2, 2007 2:40:16 PM
Subject: RE: <cfldap> and server 2003 R2 SBS

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 





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276806
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to