Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
turking #1
CFLDAP search problem
I use the following cfldap tag to search for a user for AD authentication and
return of values. I want to be able to search from the AD root rather than
from the users dn. we have a students dn and I want to include students in the
search. However, when I remove the cn=users fromt he START attribute, I get an
error which says the entry is wrong or I don't have perms to search. Can
someone suggest a solution? Thanks!!
<CFLDAP
SERVER="xxx.xxx.xxx.xxx"
NAME="lookupUser"
ACTION="QUERY"
START="cn=users,dc=towson,dc=edu"
filter="(samAccountName=#form.username#)"
SCOPE="subtree"
attributes="*"
USERNAME="#form.username#@towson.edu"
PASSWORD="#form.password#">
When I use START="dc=towson,dc=edu" or START="O=Towson University" I get the
following.
ERROR:
Message is: An error has occured while trying to execute query :[LDAP: error
code 1 - 000020D6: SvcErr: DSID-031006C5, problem 5012 (DIR_ERROR), data 0
Detail is: One or more of the required attributes may be missing/incorrect or
you do not have permissions to execute this operation on the server
turking Guest
-
Search panel - Problem MX->8
I want to set regular explession directly into search window, but searchParams doesnt work. Window checks only "Regular oxpression" ON, that is OK,... -
.asp Search Problem
Hi There I am currently trying to learn .asp with Dreamweaver. I am trying to create a simple search, I have created a html form and a separate... -
Problem with Database Search
Hi, I am trying to repair a website's directory search but can't pinpoint the problem(s). Basically, when I input a person's full name, the... -
ASP Search Problem
Hi, wonder if anyone can help me with this - This was originally a simple search routine returning results back to itself! Trying to be smart I... -
Search Problem
How does the "Search Companion" works when you search "a word or phrase in the file"? It looks like I simply don't know how to use it or...



Reply With Quote

