Athena NGFW (Next-Generation Firewall)

Athena NGFW (previously known as Network Secure) provides comprehensive protection for every network perimeter, ensuring the safety of your valuable assets, data, and users from emerging threats.
{{ $t('productDocDetail.guideClickSwitch') }}
{{ $t('productDocDetail.know') }}
{{ $t('productDocDetail.dontRemind') }}
8.0.95
{{sendMatomoQuery("Athena NGFW (Next-Generation Firewall)","Fortigate Configuration Example")}}

Fortigate Configuration Example

{{ $t('productDocDetail.updateTime') }}: 2026-01-04

config user ldap

    edit "AD_Server"                          # LDAP server profile name

        set server "10.1.1.10"                # IP address of LDAP/AD server

        set cnid "sAMAccountName"             # Common Name identifier (used for login)

        set dn "dc=corp,dc=abc,dc=com"        # Base DN (Distinguished Name)

        set type regular                      # LDAP type: regular (AD) or simple

        set username "ldapbind@corp.abc.com"  # Bind account for LDAP query

        set password ENC a1b2c3d4e5           # Encrypted bind password

        set group-member-check group-object   # Check group membership

        set secure enable                     # Enable LDAPS (SSL/TLS)

        set port 636                          # Port for LDAPS

    next

end

config user group

    edit "AD_Users"                           # User group name

        set member "AD_Server"                # Associated LDAP server

        set authtimeout 480                   # Authentication timeout (seconds)

    next

end