12-12-2024 08:31 AM
Hi Guys
I am configuring remote access VPN on my FTD, this is setup via cdFMC aka SSC managed in the cloud.
Am I correct in saying to do this you go to
Integrations > Other integrations > realms
Create the Realm and LDAP servers, do you have to set the FTD to "proxy" the connection? otherwise cdFMC has no way of talking to my internal LDAP servers
Also I ma using LDAPS, how does the FTD resolve the name for my internal servers?
Cheers
07-07-2025 09:49 AM
Go to:
Integrations → Other Integrations → Realms
Create a new Realm.
Define your LDAP or LDAPS server(s).
Map user/group attributes as needed.
Yes, you are absolutely correct — you must set the FTD as the proxy if the LDAP servers are internal/private.
CDO/SSC is cloud-based and has no direct reach into your internal network.
So, FTD must act as the LDAP proxy to communicate with your internal AD/LDAP servers on behalf of CDO.
In the realm setup, enable “Use FTD as proxy”.
The FTD device will make the LDAPS connection to your server and relay the result to CDO.
When the FTD is acting as the LDAP proxy:
It must resolve the internal LDAP server FQDN you configured in the realm.
That means:
FTD must have internal DNS servers configured in Platform Settings → DNS.
These DNS servers must be able to resolve your LDAP server’s name (e.g., dc1.internal.local).
🧠 Tip: If you're seeing name resolution failures or timeouts:
SSH into the FTD (or use diagnostic CLI) and test:
If these fail, double-check your FTD DNS settings.
If you're using LDAPS (port 636), your FTD must trust the LDAP server’s certificate.
You may need to upload the LDAP server’s root CA into:
Objects → PKI → Trusted CA Certificates
If you skip this step, LDAPS will fail with a trust error.
Once the Realm is created and the FTD proxy is configured:
Go to Objects → Realms → Your Realm → Test.
Run a test bind or user lookup to confirm resolution + authentication.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide