Ask a Question related to Macromedia ColdFusion, Design and Development.
-
jmrak #1
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"
start="ou=people,ou=mv,ou=metadir,o=xxxxx.com"
scope="subtree"
attributes="cn"
server="xxxxxxxx.xxxx.com"
port="389"
username="uid=xxxxx,o=xxxx"
password="xxxxxxx">
jmrak 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 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... -
CFLDAP Connection
Hello, QUESTION #1 I've tried to add an entry using cfldap and i kept getting same general error saying below Is there anyway for me to see an... -
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

