<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: IDM integration with Check Point in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/IDM-integration-with-Check-Point/m-p/261349#M51237</link>
    <description>&lt;P&gt;Hey bro,&lt;/P&gt;
&lt;P&gt;AI says it can be, but who knows, I would still verify with TAC.&lt;/P&gt;
&lt;P&gt;****************************************&lt;/P&gt;
&lt;P&gt;Short answer: &lt;STRONG&gt;Yes — Red Hat IdM (FreeIPA) can be integrated with Check Point R81.20 VS/VSX for VPN user authentication.&lt;/STRONG&gt;&lt;BR /&gt;You have two practical options that Check Point supports: &lt;STRONG&gt;LDAP/LDAPS&lt;/STRONG&gt; (directly against IdM’s LDAP directory) or &lt;STRONG&gt;RADIUS&lt;/STRONG&gt; (Check Point authenticates to a RADIUS server, and that RADIUS server is backed by IdM/FreeIPA). Both approaches are commonly used; which is best depends on your needs (group-sync, MFA, OTP, logging, client support). (&lt;A title="sk31841 - LDAP Configuration for Remote Access VPN" href="https://support.checkpoint.com/results/sk/sk31841?utm_source=chatgpt.com" target="_blank"&gt;support.checkpoint.com&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;Below is a compact comparison and a practical checklist + gotchas to help you plan.&lt;/P&gt;
&lt;H1&gt;1) LDAP (direct) — simplest for user lookups&lt;/H1&gt;
&lt;P&gt;What it does&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Check Point queries IdM over LDAP/LDAPS to authenticate users or to read group membership (you can bind as the user or do a service bind and check credentials depending on method).&lt;BR /&gt;When to use&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;When you only need username/password verification and group lookups from IdM (e.g., to map users to VPN communities).&lt;BR /&gt;How to configure (high level)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;In SmartConsole: add a &lt;STRONG&gt;User Directory / LDAP&lt;/STRONG&gt; object pointing to your IdM servers. Use &lt;STRONG&gt;LDAPS (TCP 636)&lt;/STRONG&gt; or LDAP+STARTTLS — do not use plaintext LDAP in production. Configure Base DN, Bind DN (service account) or allow bind-as-user depending on method the appliance supports. Map the group attribute used by IdM. Test with the SmartConsole test button. (&lt;A title="sk31841 - LDAP Configuration for Remote Access VPN" href="https://support.checkpoint.com/results/sk/sk31841?utm_source=chatgpt.com" target="_blank"&gt;support.checkpoint.com&lt;/A&gt;)&lt;BR /&gt;Pros / Cons&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Simpler (no extra box).&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;− Some Check Point Identity Awareness features are AD-focused (AD event log queries &amp;amp; agent-based mappings); LDAP-only backends may not provide the same IP↔user mapping features as AD-based Identity Awareness. If you need deep Identity Awareness (clientless AD log parsing, WMI queries, AD events), expect limitations. (&lt;A title="R81.20 Identity Awareness Administration Guide" href="https://sc1.checkpoint.com/documents/R81.20/WebAdminGuides/EN/CP_R81.20_IdentityAwareness_AdminGuide/CP_R81.20_IdentityAwareness_AdminGuide.pdf?utm_source=chatgpt.com" target="_blank"&gt;sc1.checkpoint.com&lt;/A&gt;)&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;H1&gt;2) RADIUS (recommended if you want MFA, OTP, or an authentication proxy)&lt;/H1&gt;
&lt;P&gt;What it does&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Check Point talks RADIUS to a RADIUS server (FreeRADIUS, Duo RADIUS proxy, Okta RADIUS, etc.). That RADIUS server in turn authenticates users against IdM (either via LDAP/SSSD/PAM or via FreeIPA-specific integrations). This is the most flexible approach for adding MFA/OTP later. (&lt;A title="How to configure RADIUS server for authentication on Gaia OS" href="https://support.checkpoint.com/results/sk/sk72940?utm_source=chatgpt.com" target="_blank"&gt;support.checkpoint.com&lt;/A&gt;)&lt;BR /&gt;When to use&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;If you want to add 2FA/MFA, use OTP tokens, or decouple Check Point from directory schema changes. Also useful if multiple directories or third-party MFA need to be combined.&lt;BR /&gt;How to configure (high level)&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Install/configure &lt;STRONG&gt;FreeRADIUS&lt;/STRONG&gt; (or other RADIUS) and configure Check Point gateway(s) as RADIUS clients (shared secret, IP, ports 1812/1813). Check Point has SKs describing how to configure RADIUS clients/attributes. (&lt;A title="How to configure RADIUS server for authentication on Gaia OS" href="https://support.checkpoint.com/results/sk/sk72940?utm_source=chatgpt.com" target="_blank"&gt;support.checkpoint.com&lt;/A&gt;)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Configure FreeRADIUS to authenticate against FreeIPA/IdM. Common methods: LDAP module (query FreeIPA LDAP), PAM module (sssd/pam), or use FreeIPA’s documented FreeRADIUS integration / OTP support. There are FreeIPA guides showing how to integrate with FreeRADIUS for OTP and password authentication. (&lt;A title="RedHat_7 — FreeIPA documentation" href="https://www.freeipa.org/page/Using_FreeIPA_and_FreeRadius_as_a_RADIUS_based_software_token_OTP_system_with_CentOS/RedHat_7?utm_source=chatgpt.com" target="_blank"&gt;freeipa.org&lt;/A&gt;)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;In SmartConsole, create a RADIUS server object and set your VPN Authentication to use that RADIUS server (and map groups/attributes if needed). Test end-to-end. (&lt;A title="How to configure RADIUS server for authentication on Gaia OS" href="https://support.checkpoint.com/results/sk/sk72940?utm_source=chatgpt.com" target="_blank"&gt;support.checkpoint.com&lt;/A&gt;)&lt;BR /&gt;Pros / Cons&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Flexible: easy to add MFA, per-service policies, logging, failover.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;− Requires running and securing an extra server (FreeRADIUS), but that gives more control.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;H1&gt;Practical recommendations &amp;amp; gotchas&lt;/H1&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Use LDAPS (TLS)&lt;/STRONG&gt; whenever possible. If you use LDAP binds, use a service account and LDAPS. FreeIPA provides certs and supports LDAPS. (&lt;A title="Configuring and managing Identity Management" href="https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/8/html-single/configuring_and_managing_identity_management/index?utm_source=chatgpt.com" target="_blank"&gt;Red Hat Docs&lt;/A&gt;)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Test group-to-community mapping.&lt;/STRONG&gt; Make sure the attribute/structure used by IdM for groups is what Check Point expects (you may need to adjust Base DN or group filter). (&lt;A title="sk31841 - LDAP Configuration for Remote Access VPN" href="https://support.checkpoint.com/results/sk/sk31841?utm_source=chatgpt.com" target="_blank"&gt;support.checkpoint.com&lt;/A&gt;)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Identity Awareness differences.&lt;/STRONG&gt; Check Point’s Identity Awareness functionality is most feature-complete for Active Directory. If you rely on AD-only features (clientless identity from Windows event logs, WMI queries), those may not work with FreeIPA/IdM. Plan on limited IP↔user mapping unless you add supplementary solutions. (&lt;A title="R81.20 Identity Awareness Administration Guide" href="https://sc1.checkpoint.com/documents/R81.20/WebAdminGuides/EN/CP_R81.20_IdentityAwareness_AdminGuide/CP_R81.20_IdentityAwareness_AdminGuide.pdf?utm_source=chatgpt.com" target="_blank"&gt;sc1.checkpoint.com&lt;/A&gt;)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;RADIUS attributes and dictionaries.&lt;/STRONG&gt; If you use FreeRADIUS, copy Check Point’s RADIUS dictionary into FreeRADIUS so that accounting/attributes are handled properly. Check Point SKs cover the specifics. (&lt;A title="How to configure RADIUS server for authentication on Gaia OS" href="https://support.checkpoint.com/results/sk/sk72940?utm_source=chatgpt.com" target="_blank"&gt;support.checkpoint.com&lt;/A&gt;)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;MDS / VSX note:&lt;/STRONG&gt; In an MDS environment, make sure the authentication object(s) are configured in the correct domain and that policies are pushed to the relevant VS/VSX instances. Authentication config is per-gateway / per-domain scope in SmartConsole. (&lt;A title="R81.20 Gaia Administration Guide" href="https://sc1.checkpoint.com/documents/R81.20/WebAdminGuides/EN/CP_R81.20_Gaia_AdminGuide/CP_R81.20_Gaia_AdminGuide.pdf?utm_source=chatgpt.com" target="_blank"&gt;sc1.checkpoint.com&lt;/A&gt;)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;High availability:&lt;/STRONG&gt; If you use LDAP directly, point Check Point at multiple IdM replicas and use LDAPS; if using RADIUS, deploy redundant RADIUS servers and configure multiple RADIUS server objects in SmartConsole.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;H1&gt;Useful references (to follow step-by-step)&lt;/H1&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Check Point SK — &lt;STRONG&gt;LDAP config for Remote Access VPN&lt;/STRONG&gt; (how to add LDAP user directory &amp;amp; test). (&lt;A title="sk31841 - LDAP Configuration for Remote Access VPN" href="https://support.checkpoint.com/results/sk/sk31841?utm_source=chatgpt.com" target="_blank"&gt;support.checkpoint.com&lt;/A&gt;)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Check Point SK — &lt;STRONG&gt;How to configure RADIUS on Gaia / FreeRADIUS tips&lt;/STRONG&gt;. (&lt;A title="How to configure RADIUS server for authentication on Gaia OS" href="https://support.checkpoint.com/results/sk/sk72940?utm_source=chatgpt.com" target="_blank"&gt;support.checkpoint.com&lt;/A&gt;)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Check Point &lt;STRONG&gt;Identity Awareness / Admin Guide&lt;/STRONG&gt; (notes on AD vs other directories and what features expect AD). (&lt;A title="R81.20 Identity Awareness Administration Guide" href="https://sc1.checkpoint.com/documents/R81.20/WebAdminGuides/EN/CP_R81.20_IdentityAwareness_AdminGuide/CP_R81.20_IdentityAwareness_AdminGuide.pdf?utm_source=chatgpt.com" target="_blank"&gt;sc1.checkpoint.com&lt;/A&gt;)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;FreeIPA / FreeRADIUS how-tos (examples of using FreeIPA with FreeRADIUS for OTP and RADIUS-based authentication). (&lt;A title="RedHat_7 — FreeIPA documentation" href="https://www.freeipa.org/page/Using_FreeIPA_and_FreeRadius_as_a_RADIUS_based_software_token_OTP_system_with_CentOS/RedHat_7?utm_source=chatgpt.com" target="_blank"&gt;freeipa.org&lt;/A&gt;)&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;HR /&gt;
&lt;P&gt;If you’d like, I can &lt;STRONG&gt;provide a concrete example&lt;/STRONG&gt; next (pick one):&lt;BR /&gt;A) exact SmartConsole fields and sample Base DN / bind DN for LDAP + LDAPS, or&lt;BR /&gt;B) an example FreeRADIUS &lt;CODE&gt;clients.conf&lt;/CODE&gt; + &lt;CODE&gt;mods-enabled/ldap&lt;/CODE&gt; snippet for authenticating against FreeIPA, plus the Check Point RADIUS object settings.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Oct 2025 23:40:57 GMT</pubDate>
    <dc:creator>the_rock</dc:creator>
    <dc:date>2025-10-29T23:40:57Z</dc:date>
    <item>
      <title>IDM integration with Check Point</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/IDM-integration-with-Check-Point/m-p/261343#M51234</link>
      <description>&lt;P&gt;Hello.&lt;BR /&gt;I have a Redhat IDM, which basically performs “identity management,” and we want to use this product to authenticate remote VPN connection users on our Check Point virtual firewall (VS).&lt;BR /&gt;Is it possible, or rather, is it compatible to integrate this product with Check Point?&lt;BR /&gt;Can the product be integrated with LDAP or RADIUS?&lt;BR /&gt;We have an MDS and VSX environment in version R81.20.&lt;BR /&gt;Thank you for your comments.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2025 22:29:39 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/IDM-integration-with-Check-Point/m-p/261343#M51234</guid>
      <dc:creator>Matlu</dc:creator>
      <dc:date>2025-10-29T22:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: IDM integration with Check Point</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/IDM-integration-with-Check-Point/m-p/261349#M51237</link>
      <description>&lt;P&gt;Hey bro,&lt;/P&gt;
&lt;P&gt;AI says it can be, but who knows, I would still verify with TAC.&lt;/P&gt;
&lt;P&gt;****************************************&lt;/P&gt;
&lt;P&gt;Short answer: &lt;STRONG&gt;Yes — Red Hat IdM (FreeIPA) can be integrated with Check Point R81.20 VS/VSX for VPN user authentication.&lt;/STRONG&gt;&lt;BR /&gt;You have two practical options that Check Point supports: &lt;STRONG&gt;LDAP/LDAPS&lt;/STRONG&gt; (directly against IdM’s LDAP directory) or &lt;STRONG&gt;RADIUS&lt;/STRONG&gt; (Check Point authenticates to a RADIUS server, and that RADIUS server is backed by IdM/FreeIPA). Both approaches are commonly used; which is best depends on your needs (group-sync, MFA, OTP, logging, client support). (&lt;A title="sk31841 - LDAP Configuration for Remote Access VPN" href="https://support.checkpoint.com/results/sk/sk31841?utm_source=chatgpt.com" target="_blank"&gt;support.checkpoint.com&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;Below is a compact comparison and a practical checklist + gotchas to help you plan.&lt;/P&gt;
&lt;H1&gt;1) LDAP (direct) — simplest for user lookups&lt;/H1&gt;
&lt;P&gt;What it does&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Check Point queries IdM over LDAP/LDAPS to authenticate users or to read group membership (you can bind as the user or do a service bind and check credentials depending on method).&lt;BR /&gt;When to use&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;When you only need username/password verification and group lookups from IdM (e.g., to map users to VPN communities).&lt;BR /&gt;How to configure (high level)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;In SmartConsole: add a &lt;STRONG&gt;User Directory / LDAP&lt;/STRONG&gt; object pointing to your IdM servers. Use &lt;STRONG&gt;LDAPS (TCP 636)&lt;/STRONG&gt; or LDAP+STARTTLS — do not use plaintext LDAP in production. Configure Base DN, Bind DN (service account) or allow bind-as-user depending on method the appliance supports. Map the group attribute used by IdM. Test with the SmartConsole test button. (&lt;A title="sk31841 - LDAP Configuration for Remote Access VPN" href="https://support.checkpoint.com/results/sk/sk31841?utm_source=chatgpt.com" target="_blank"&gt;support.checkpoint.com&lt;/A&gt;)&lt;BR /&gt;Pros / Cons&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Simpler (no extra box).&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;− Some Check Point Identity Awareness features are AD-focused (AD event log queries &amp;amp; agent-based mappings); LDAP-only backends may not provide the same IP↔user mapping features as AD-based Identity Awareness. If you need deep Identity Awareness (clientless AD log parsing, WMI queries, AD events), expect limitations. (&lt;A title="R81.20 Identity Awareness Administration Guide" href="https://sc1.checkpoint.com/documents/R81.20/WebAdminGuides/EN/CP_R81.20_IdentityAwareness_AdminGuide/CP_R81.20_IdentityAwareness_AdminGuide.pdf?utm_source=chatgpt.com" target="_blank"&gt;sc1.checkpoint.com&lt;/A&gt;)&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;H1&gt;2) RADIUS (recommended if you want MFA, OTP, or an authentication proxy)&lt;/H1&gt;
&lt;P&gt;What it does&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Check Point talks RADIUS to a RADIUS server (FreeRADIUS, Duo RADIUS proxy, Okta RADIUS, etc.). That RADIUS server in turn authenticates users against IdM (either via LDAP/SSSD/PAM or via FreeIPA-specific integrations). This is the most flexible approach for adding MFA/OTP later. (&lt;A title="How to configure RADIUS server for authentication on Gaia OS" href="https://support.checkpoint.com/results/sk/sk72940?utm_source=chatgpt.com" target="_blank"&gt;support.checkpoint.com&lt;/A&gt;)&lt;BR /&gt;When to use&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;If you want to add 2FA/MFA, use OTP tokens, or decouple Check Point from directory schema changes. Also useful if multiple directories or third-party MFA need to be combined.&lt;BR /&gt;How to configure (high level)&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Install/configure &lt;STRONG&gt;FreeRADIUS&lt;/STRONG&gt; (or other RADIUS) and configure Check Point gateway(s) as RADIUS clients (shared secret, IP, ports 1812/1813). Check Point has SKs describing how to configure RADIUS clients/attributes. (&lt;A title="How to configure RADIUS server for authentication on Gaia OS" href="https://support.checkpoint.com/results/sk/sk72940?utm_source=chatgpt.com" target="_blank"&gt;support.checkpoint.com&lt;/A&gt;)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Configure FreeRADIUS to authenticate against FreeIPA/IdM. Common methods: LDAP module (query FreeIPA LDAP), PAM module (sssd/pam), or use FreeIPA’s documented FreeRADIUS integration / OTP support. There are FreeIPA guides showing how to integrate with FreeRADIUS for OTP and password authentication. (&lt;A title="RedHat_7 — FreeIPA documentation" href="https://www.freeipa.org/page/Using_FreeIPA_and_FreeRadius_as_a_RADIUS_based_software_token_OTP_system_with_CentOS/RedHat_7?utm_source=chatgpt.com" target="_blank"&gt;freeipa.org&lt;/A&gt;)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;In SmartConsole, create a RADIUS server object and set your VPN Authentication to use that RADIUS server (and map groups/attributes if needed). Test end-to-end. (&lt;A title="How to configure RADIUS server for authentication on Gaia OS" href="https://support.checkpoint.com/results/sk/sk72940?utm_source=chatgpt.com" target="_blank"&gt;support.checkpoint.com&lt;/A&gt;)&lt;BR /&gt;Pros / Cons&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Flexible: easy to add MFA, per-service policies, logging, failover.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;− Requires running and securing an extra server (FreeRADIUS), but that gives more control.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;H1&gt;Practical recommendations &amp;amp; gotchas&lt;/H1&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Use LDAPS (TLS)&lt;/STRONG&gt; whenever possible. If you use LDAP binds, use a service account and LDAPS. FreeIPA provides certs and supports LDAPS. (&lt;A title="Configuring and managing Identity Management" href="https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/8/html-single/configuring_and_managing_identity_management/index?utm_source=chatgpt.com" target="_blank"&gt;Red Hat Docs&lt;/A&gt;)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Test group-to-community mapping.&lt;/STRONG&gt; Make sure the attribute/structure used by IdM for groups is what Check Point expects (you may need to adjust Base DN or group filter). (&lt;A title="sk31841 - LDAP Configuration for Remote Access VPN" href="https://support.checkpoint.com/results/sk/sk31841?utm_source=chatgpt.com" target="_blank"&gt;support.checkpoint.com&lt;/A&gt;)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Identity Awareness differences.&lt;/STRONG&gt; Check Point’s Identity Awareness functionality is most feature-complete for Active Directory. If you rely on AD-only features (clientless identity from Windows event logs, WMI queries), those may not work with FreeIPA/IdM. Plan on limited IP↔user mapping unless you add supplementary solutions. (&lt;A title="R81.20 Identity Awareness Administration Guide" href="https://sc1.checkpoint.com/documents/R81.20/WebAdminGuides/EN/CP_R81.20_IdentityAwareness_AdminGuide/CP_R81.20_IdentityAwareness_AdminGuide.pdf?utm_source=chatgpt.com" target="_blank"&gt;sc1.checkpoint.com&lt;/A&gt;)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;RADIUS attributes and dictionaries.&lt;/STRONG&gt; If you use FreeRADIUS, copy Check Point’s RADIUS dictionary into FreeRADIUS so that accounting/attributes are handled properly. Check Point SKs cover the specifics. (&lt;A title="How to configure RADIUS server for authentication on Gaia OS" href="https://support.checkpoint.com/results/sk/sk72940?utm_source=chatgpt.com" target="_blank"&gt;support.checkpoint.com&lt;/A&gt;)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;MDS / VSX note:&lt;/STRONG&gt; In an MDS environment, make sure the authentication object(s) are configured in the correct domain and that policies are pushed to the relevant VS/VSX instances. Authentication config is per-gateway / per-domain scope in SmartConsole. (&lt;A title="R81.20 Gaia Administration Guide" href="https://sc1.checkpoint.com/documents/R81.20/WebAdminGuides/EN/CP_R81.20_Gaia_AdminGuide/CP_R81.20_Gaia_AdminGuide.pdf?utm_source=chatgpt.com" target="_blank"&gt;sc1.checkpoint.com&lt;/A&gt;)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;High availability:&lt;/STRONG&gt; If you use LDAP directly, point Check Point at multiple IdM replicas and use LDAPS; if using RADIUS, deploy redundant RADIUS servers and configure multiple RADIUS server objects in SmartConsole.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;H1&gt;Useful references (to follow step-by-step)&lt;/H1&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Check Point SK — &lt;STRONG&gt;LDAP config for Remote Access VPN&lt;/STRONG&gt; (how to add LDAP user directory &amp;amp; test). (&lt;A title="sk31841 - LDAP Configuration for Remote Access VPN" href="https://support.checkpoint.com/results/sk/sk31841?utm_source=chatgpt.com" target="_blank"&gt;support.checkpoint.com&lt;/A&gt;)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Check Point SK — &lt;STRONG&gt;How to configure RADIUS on Gaia / FreeRADIUS tips&lt;/STRONG&gt;. (&lt;A title="How to configure RADIUS server for authentication on Gaia OS" href="https://support.checkpoint.com/results/sk/sk72940?utm_source=chatgpt.com" target="_blank"&gt;support.checkpoint.com&lt;/A&gt;)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Check Point &lt;STRONG&gt;Identity Awareness / Admin Guide&lt;/STRONG&gt; (notes on AD vs other directories and what features expect AD). (&lt;A title="R81.20 Identity Awareness Administration Guide" href="https://sc1.checkpoint.com/documents/R81.20/WebAdminGuides/EN/CP_R81.20_IdentityAwareness_AdminGuide/CP_R81.20_IdentityAwareness_AdminGuide.pdf?utm_source=chatgpt.com" target="_blank"&gt;sc1.checkpoint.com&lt;/A&gt;)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;FreeIPA / FreeRADIUS how-tos (examples of using FreeIPA with FreeRADIUS for OTP and RADIUS-based authentication). (&lt;A title="RedHat_7 — FreeIPA documentation" href="https://www.freeipa.org/page/Using_FreeIPA_and_FreeRadius_as_a_RADIUS_based_software_token_OTP_system_with_CentOS/RedHat_7?utm_source=chatgpt.com" target="_blank"&gt;freeipa.org&lt;/A&gt;)&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;HR /&gt;
&lt;P&gt;If you’d like, I can &lt;STRONG&gt;provide a concrete example&lt;/STRONG&gt; next (pick one):&lt;BR /&gt;A) exact SmartConsole fields and sample Base DN / bind DN for LDAP + LDAPS, or&lt;BR /&gt;B) an example FreeRADIUS &lt;CODE&gt;clients.conf&lt;/CODE&gt; + &lt;CODE&gt;mods-enabled/ldap&lt;/CODE&gt; snippet for authenticating against FreeIPA, plus the Check Point RADIUS object settings.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2025 23:40:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/IDM-integration-with-Check-Point/m-p/261349#M51237</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-10-29T23:40:57Z</dc:date>
    </item>
  </channel>
</rss>

