Speaking of LDAP, I'm new to this and trying to integrate a few
different applications we've got in house to use a central user
repository that we can base security upon groups from AD.  Is there a
reference somewhere on how to do this, and perhaps a reference on the
attributes you guys are talking about?  I'm not sure where to look to
find things like "memberOf=domain admin" type things.

Rich Kroll

-----Original Message-----
From: Dawson, Michael [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 14, 2006 11:24 PM
To: CF-Talk
Subject: RE: CFLdap

Ian, I tried the following filter and it returned results similar to
what you were wanting:
"(&(objectCategory=person)(!(memberOf=CN=grp
Vpn,OU=Groups,DC=evansville,DC=edu)))"

You need to specify the entire DN of the group that you want to exclude
from the results.  In this example, the DN is:
"CN=grp Vpn,OU=Groups,DC=evansville,DC=edu"

I didn't know if you had already solved this, but I had to try it myself
and satisfy my own curiosity.  ;-)

M!ke

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:253278
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
  • RE: CFLdap Richard Kroll

Reply via email to