Re: Help with CFLDAP and AD

2008-02-28 Thread Bonnie Woods
Thanks to you both for setting me on the right path. I figured out what I needed to do, and I'm now able to authorize users depending on their OUs. I really appreciate the help! Bonnie ~| Adobe® ColdFusion® 8 software 8 is the

Re: Help with CFLDAP and AD

2008-02-28 Thread Bonnie Woods
Thanks to you both for setting me on the right path. I figured out what I needed to do, and I'm now able to authorize users depending on their OUs. I really appreciate the help! Bonnie Hi: I'm having trouble getting CFLDAP to work with my Active Directory. Here's what I have so far:

Help with CFLDAP and AD

2008-02-27 Thread Bonnie Woods
Hi: I'm having trouble getting CFLDAP to work with my Active Directory. Here's what I have so far: Server name: server.xxx.yyy.edu Active directory structure: xxx OU1 (organizational unit, not security group) User1 OU2 User2 I want to set up the CFLDAP tag so that it only

Re: Help with CFLDAP and AD

2008-02-27 Thread jonese
shot in the dark here. think you need to alter your filter attribute. i think something like this will work... cfldap action=query name=qryUser start=ou=OU1,dc=xxx,dc=yyy,dc=edu scope=subtree attributes=*

RE: Help with CFLDAP and AD

2008-02-27 Thread Dawson, Michael
cfelse !--- No record found. Invalid username/password supplied by user --- WTF? We don't even know who you are. Go away! /cfif m!ke -Original Message- From: jonese [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 27, 2008 3:37 PM To: CF-Talk Subject: Re: Help with CFLDAP