Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cfldap filter problem

Status
Not open for further replies.

Biglop

IS-IT--Management
Aug 16, 2001
25
0
0
US
My LDAP "or" query isn't working; it only returns members from the last group (cn=Teller). Must be a filter syntax problem but I'm stumped. Help?

<cfldap action="QUERY"
name="members"
Attributes = "cn, Member, MemberOf, displayName"
Start ="cn=Users, dc=bank, dc=com"
Scope = "subtree"
startrow="1"
filter="(|(cn=Supervisors)(cn=Teller))"
username="nt\intranet"
password="phone##"
maxrows="500"
Server = "NMP.xxxxbankxxx.com"
port="389"
timeout="60">
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top