CloudFormation Template that creates a NLB for TLS termination of LDAPS traffic versus Simple AD. Please review the complete blog post for additional details about this solution.
Here is how the solution works, as shown in the preceding numbered diagram:
- The LDAP client sends an LDAPS request to the NLB on TCP port 636.
- The NLB terminates the SSL/TLS session and decrypts the traffic using a certificate. The NLB sends the decrypted LDAP traffic to Simple AD on TCP port 389.
- The Simple AD servers send an LDAP response to the NLB. The NLB encrypts the response and sends it to the client.
See CONTRIBUTING for more information.
This library is licensed under the MIT-0 License. See the LICENSE file.