Coldfusion LDAP from Docker Image not working.
I am trying to establish a LDAP connection (<cfldap>) from within a Docker image of Coldfusion 2021. It would be hard to post any relavent code here simply because it would expose our AD tree, however, the same code I am trying to run works just fine from an installed copy of CF2021 on a linux server.
The reason for using a Docker image (vs. install) in this instance, is an attempt to setup a local development environment. So far, everything seems to be working great with the exception of LDAP calls.
The error I'm getting:
An error has occurred while trying to execute query :Could not resolve a valid ldap host
Note: I have successfully run a ldapsearch call from a bash shell within the container.
