Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
crpc #1
LDAP results
Hey all,
It took me a couple of days but I am finally able to access our Novell
directory using CFLDAP. However the results keep changing every time I refresh
the page; that is the recordcount is different every single time. Has everyone
ever encountered this or am I doing something wrong?
--------------------------------CODE--------------------------------------------
----
<cfldap action="query"
name="loginUser"
server="server"
port="636"
scope="Subtree"
attributes="cn,sn,ou,mail,l,givenName,telephonenum ber,roles,dn,title,createTim
eStamp,loginGraceLimit,loginGraceRemaining,groupMe mberShip"
start="ou=x,ou=x,o=x"
sort="sn"
sortcontrol="nocase, ASC"
filter="(&(objectClass=User))"
username="cn=#form.username#, ou=CRPC, ou=WAN, o=OMH"
password="#form.password#"
secure="CFSSL_BASIC"
timeout="90">
<cfdump var="#loginUser#">
--------------------------------CODE--------------------------------------------
----
crpc Guest
-
formatting find results in results window or in savedfile
I want a :beer; :-). I want to write an extension that will allow me to format the results returned from a find. I couldn't find anything in... -
Complex join = no results (for a query that shouldreturn results)
I am trying to use a rather complex join that returns many results when the SQL server is queried directly, but returns no results when used on a... -
Sending search results to a results page..with asp
Please help.. very :confused; Ive setup 4 dynamic drop down boxes which populate themselves from my database, this all works fine..The last box... -
Query results don't display properly in results table.IGNORE PREVIOUS
:disgust; I need to display the results of a query. The query runs properly. My problem is having specific results display in specific locations in... -
Query results don't display properly in results table.
:disgust; I need to display the results of a query. The query runs properly. My problem is having specific results display in specific locations in...



Reply With Quote

