I also have a single CFC that is built around an Active Directory (LDAP) query. It's a free-form CFC that allows any query to be passed through a simple interface.
It also does some utility functions such as converting AD multi-value attributes into an array (or query, I forget). It also lets you specify a list of domain controllers to allow for fail-over if any domain controllers are unavailable. This CFC can/should be stored in the application scope. You would then only need to specify the username/password once per application. Let me know if you would like a copy. M!ke -----Original Message----- From: Charles Heizer [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 02, 2005 2:25 PM To: CF-Talk Subject: Re: CFLDAP and Authentication Question Hi Mike, Thanks, for your response, this sounds cool. Ok, So let me understand this a bit more (sorry for my ignorance). I have about 10 different cfc's which all do various forms of cfldap quires, do you have an example on how you do this, I have not worked much with using a application scope other than to do session variables. Thanks, - Charles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:192840 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

