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#' >