displaying top 100 results
Tracker Issue CFScript: implement LDAP querying properly
CFScript: implement LDAP querying properly
Comment on CFScript: implement LDAP querying properly by External U.
Comment on CFScript: implement LDAP querying properly by External U.
Comment on CFScript: implement LDAP querying properly by External U.
Comment on CFScript: implement LDAP querying properly by Vamseekrishna N.
Comment on CFScript: implement LDAP querying properly by External U.
Comment on CFScript: implement LDAP querying properly by External U.
Comment on CFScript: implement LDAP querying properly by Vamseekrishna N.
ColdFusion erroneously writes LDAP error messages to server.log and exception.log
Comment on CFScript: implement LDAP querying properly by External U.
Ueser Group Integration with external databases and LDAP Active Directory
CF 2016 injecting backslash into response from LDAP server
Comment on CF 2016 injecting backslash into response from LDAP server by S V.
Tom Chiverton Use LDAP
Tom Chiverton Use LDAP...
Tracker Comment Comment on Ueser Group Integration with external databases and LDAP Active Directory by Michael C.
Comment on Ueser Group Integration with external databases and LDAP Active Directory by Michael C.
Tracker Comment Comment on ColdFusion erroneously writes LDAP error messages to server.log and exception.log by A. B.
Comment on ColdFusion erroneously writes LDAP error messages to server.log and exception.log by A. B.
Tracker Comment Comment on Ueser Group Integration with external databases and LDAP Active Directory by Michael C.
Comment on Ueser Group Integration with external databases and LDAP Active Directory by Michael C.
Tracker Comment Comment on Ueser Group Integration with external databases and LDAP Active Directory by Michael C.
Comment on Ueser Group Integration with external databases and LDAP Active Directory by Michael C.
Running an SSL ldap query with referral option generates a java error
Bug 85266:(Watson Migration Closure)CFLDAP does not seem to have the right working for doing some things with Microsoft AD LDAP
Tracker Issue Caught CFLDAP exception shows up in exception.log
6312897 CF-4205377 Net Protocols : LDAP Caught CFLDAP exception shows up in exception.log Problem Description:
On CF2016 Update 7 (and below), when attempting to authenticate a user against Active Directory using CFLDAP wrapped in CFTRY, the exception thrown when the authentication fails
Tracker Comment Comment on Running an SSL ldap query with referral option generates a java error by External U.
Comment on Running an SSL ldap query with referral option generates a java error by External U.
Tracker Comment Comment on Running an SSL ldap query with referral option generates a java error by External U.
Comment on Running an SSL ldap query with referral option generates a java error by External U.
Tracker Comment Comment on Running an SSL ldap query with referral option generates a java error by External U.
Comment on Running an SSL ldap query with referral option generates a java error by External U.
5762679 CF-4204443 Net Protocols : LDAP cfldap tag will not connect to Windows Server 2019 domain controllers Problem Description: Our active directory team has started upgrading the domain controllers on our network to Windows Server 2019 machines, and our authentication mechanism in Cold
Tracker Comment Comment on Running an SSL ldap query with referral option generates a java error by S P.
Comment on Running an SSL ldap query with referral option generates a java error by S P.
Tracker Comment Comment on cfldap tag will not connect to Windows Server 2019 domain controllers by Dave I.
.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:402)
at java.naming/com.sun.jndi.ldap.Connection.createSocket(Connection.java:348)
at java.naming/com.sun.jndi.ldap.Connection.(Connection.java:216)
at java.naming/com.sun.jndi.ldap.LdapClient.(LdapClient.java:137)
at java.naming/com.sun.jndi.ldap.LdapClient.getInstance(Ldap
Tracker Issue Bug 74851:(Watson Migration Closure)[ORM] we should be able to use a CFC as a custom Hibernate persister
from a DB but from anything like LDAP. Implementing this would allow us to have a persisted cfc filled with ldap data.
Something like this would be possible:
ldapData would be a property which would be filled by the custom persister based on the relationship provided.
Method:
Result
Tracker Issue CFLDAP Timeout Value Less Than 158 Causes Error.
3952668 CF-4201058 Net Protocols : LDAP Mikeal Parfrey CFLDAP Timeout Value Less Than 158 Causes Error. Problem Description:
Setting a timeout value of less than 158 in the CFLDAP timeout paramater causes an error.
Steps to Reproduce:
Add timeout="157" to a valid CFLDAP query tag.
Actual Result
George Alsobrooks Charlie, Thanks for the response and information. I noticed a couple LDAP related classes when I ran "jar -tf adobe_drivers.jar" so I was hopeful it was the same problem. Unfortunately due to our environment we'd probably be on ColdFusion 2020 before I got through all
Tracker Comment Comment on Details on WriteOutput by External U.
2673644 CF-4120000 External U. Thanks for the suggestions Adam. We've updated the topic at:
https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-t-z/writeoutput.html
In addition, we've also documented EncodeForDN and EncodeForLDAP functions. These were not documented
Tracker Issue Bug 84596:When I put in a dodgy filter string
:Connection to ldap server failed.Detail [empty string]Message Connection to LDAP server failed.StackTrace coldfusion.tagext.net.LdapTag$UnknownHostException: Connection to LDAP server failed. at coldfusion.tagext.net.LdapTag.do_ActionQuery(LdapTag.java:892) at coldfusion.tagext.net.LdapTag.doStartTag(Ldap
2764711 CF-4198260 Net Protocols : LDAP Darrell Rapier CFLDAP fails under load and requires CF to be restarted for it to work again. Problem Description: Under a request with thousands of CFLDAP calls the CFLDAP tag fails with this error message" "An error has occurred while trying to execute query
Tracker Issue CFLDAP with CFSSL_CLIENT_AUTH fails before handshake
6130410 CF-4205061 Security : SSL CFLDAP with CFSSL_CLIENT_AUTH fails before handshake Problem Description:
On ColdFusion 11 we were able to perform LDAPS queries against the dod411.gds.disa.mil site which requires a client certificate. Since upgrading to ColdFusion 2018 we have been unable
Tracker Issue CFLDAP result cannot be in LOCAL scope
of the attribute name, which is currently local.ldapquery, is invalid.
Expected Result:
Meaningful LDAP result
Any Workarounds:
I declare the variable using var keyword before calling cfldap.
I notice this behaviour on Coldfusion 11 also. Workd in earlier versions, though.
Tracker Comment Comment on Details on WriteOutput by External U.
, javascript, css, xml, xmlattribute, xpath, ldap, and dn", or have a "see also" section with those functions listed.
* the initial comment for each example are outside the tags should be within them. It's syntactically invalid otherwis e(make sure you RUN the examples before committing to them... if you had
Tracker Comment Comment on encodeFor attribute for cfoutput, writeOutput by S V.
2612744 CF-3434473 S V. Added a new attribute called encodefor to the output tag. Valid values are html, htmlattribute, url, javascript, css, xml, xmlattribute, xpath, ldap and dn. Based on the value respective encodefor function will be invoked for each expression inside the cfoutput tag body
Tracker Issue Bug 84595:(Watson Migration Closure)CFLDAP http://help
2597831 CF-3042411 Net Protocols : LDAP Joel Stobart Bug 84595:(Watson Migration Closure)CFLDAP http://help Problem:
CFLDAP http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7f97.html has a timeout attribute specified in milliseconds. When I use this timeout
tried it anyways.
Our issue is actually with an LDAPS connection to a server that presents a wildcard certificate. Everything is still working fine on our CF11 server and we've tried everything with the cacerts file, including pointing CF2018 to the Java 8 and cacerts file we're using with CF11.
Tracker Issue Bug 80460:The cfservices
2599314 CF-3040341 General Server Andy Allan Bug 80460:The cfservices Problem:
The cfservices.swc file (when added to Flex/AIR projects) is showing cf:LDAP as an option but this service isn't exposed by the CFaaS feature.
Method:
1. Create a new Flex/AIR project in Flex Builder.2. Add
=”modify”. And for those wanting an exception to throw if a task already exists, I’d propose action=”create”. I’d use and recommend both of those over the action=”update” spaghetti.
I’d prefer not to have an action=”delete” and delete=true which net the same result. Other tags like ldap and the Exchange tags use action
Charlie Arehart
George, I realize you’re scrambling to find a solution, but you’re reaching here, in wondering if this post and its proposed solution would relate to your problem. The adobe_drivers.jar relates only to datasources, not ldap calls.
I hear you saying you have “tried
and open the format of ColdFusion Administrator settings files for better server and application level management (ER #73421)
Roll into this model additional resource types and settings already requested (LDAP ER #72681 and Exchange Connection ER #72690 )
Method:
Result