Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
dorchig #1
cfldap query
Hello I'm trying to read all the user account in LDAP but I would get an error
if i try to read it from very bottom.(meaning from the parent) The weird thing
is i can read data if i specify CN=USERS Can anybody help me how to read data
from the Parent level from a tree???? <cfldap action='query'
name='auth' start='dc=#dns#,dc=com,dc=na' scope='subtree'
attributes='cn' server='xx.xx.xx.xxx' username='#username#'
password='#password#' >
dorchig Guest
-
CFLDAP with JRE > 1.4.2_05
Problem is detailed here: http://www.sargeway.com/blog/index.cfm?mode=entry&entry=36 From the website above it sounds like this issue was fixed... -
CFLDAP
Hi, I've never used this tag before and its causing me some problems. (see attached code) Regarding the start attribute what does 'cn' and 'c'... -
CFLDAP 2 Servers
I am looking at a group in Active Directory in it I have added a user that is in another active directory. When I use Microsofts AD tool the user... -
CFLDAP to ASP
Does anyone know how to convert the following CFLDAP code to ASP? I have had no luck. <cfldap action="query" name="testldap"... -
CFLDAP errors
Hello, I have the attached code for testing lookups to my ldap server. The first query works as expected and returns the values that I am...



Reply With Quote

