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 detail error
regarding the connection? I've tried <cftry> <cfcatch = any> and it didn't help
me. ---------------- error --------------- Error Diagnostic Information CFLDAP
The error occurred while processing an element with a general identifier of
(CFLDAP), occupying document position (103:4) to (113:1) in the template file
/local/WWW/www/users/jhk/ldap_test.cfm. -------------- QUESTION #2 i was able
to do cfldap action = 'query' but couldn't do add. can anybody help me out
please. <cfldap action='add'
dn='cn=newdummy,cn=Users,dc=na,dc=xxxxxxxx,dc=com'
attributes='objectClass=top,person,organizationalP erson,user;
userPrincipalName=dummy@na.xxxxxxx.com' delimiter=';' separator=','
server='1x.x6.xx.1xx' port='389' username='xxxxxxx'
password='xxxxxxx' > --------------------------------- QUESTION #3 another
question that i have is that if i want to add 10 people in LDAP using CFLDAP
action='ADD', do I then get an authentication everytime I use CFLDAP??? Please
advise. thank you Text