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 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

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

Reply via email to