Hello everybody,

I need some help with the cfldap tag. I am quering the
Active Directory, I have a user
and I want to check if this user is a member of a
group. Here is my code

<cfldap
action=""> name="adQuery"
server="ldapServer"
start="cn=Media Support,ou=Miscellaneous,ou=task
groups,ou=groups,ou=support,ou=media resources
uk,dc=international,dc=core,dc=newmedia,dc=co,dc=uk"
filter="(CN=cfcoder)"
username="InterNational\news_media"
password="testpassword"
attributes="cn"
scope="subtree"
port="389">

This returns nothing. However I know the user
(cfcoder) is part of this group. I changed the
start value to this and got back the results.

start="ou=media resources
uk,dc=international,dc=core,dc=newmedia,dc=co,dc=uk"

I don't know how to check for this user in my actual
start group. Can somebody please advise how to go
about solving this?

Best Regards
cfcoder

__________________________________
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to