This is what my dumps are.

http://acelinkdev.evansville.edu/activedirectory/groups/tokengroups.cfm

I am in more than one group, so I don't think the CFLDAP results are
correct.

I have asked some Adobe reps to confirm if multi-value, binary
attributes are being handled correctly.  It is possible that the
returnasbinary option does not handle multi-valued attributes.  If not,
then it is a bug.

This is my code:

<cfldap
        action  = "query"
        name            = "ldapResults"
        start           = "CN=md40,OU=Employees,DC=domain,DC=com"
        scope           = "base"
        attributes      = "sAMAccountName,givenName,sn,tokenGroups"
        separator       = "#chr(9)#"
        returnasbinary = "tokenGroups"
        delimiter       = "#chr(9)#"
        ... server/user info...>

Thanks,
Mike

-----Original Message-----
From: Jeff Becker [mailto:[email protected]] 
Sent: Friday, February 27, 2009 11:24 AM
To: cf-talk
Subject: Re: CFLDAP and tokengroups


Good man!! WOW!

My CFDUMP isn't returning anything... but the code is indeed
functioning.  Is your CFDUMP empty or displaying something??  I may need
to play with my filter.


My AD Contact says we would now have each groups SID (Security
Identifier).  With that, its a matter of then querying for the REAL NAME
of each SID. The SID is a unique identifier to each group. 

The beauty of this is the active directory grouptokens is doing all the
recursive gathering of groups of groups.  Now, we still need to get the
TRUE NAME of the groups.. but that's a one time get and then FOREVER
CACHE.  They don't change.

Let me know on the question above.  Good find on Google Docs. 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319920
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