Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
dorchig #1
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 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
dorchig Guest
-
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 Question
I am trying to pull back all users in Active Directory that do not contain a $ sign. I can return ALL users that have a dollar sign by the... -
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

