Technical Tip: How to configure SSL VPN with LDAP-integrated certificate authentication using CN field as user name
| Description | This article describes how to configure SSL VPN on a FortiGate that requires users to authenticate using a certificate with the LDAP CN field as the user name. No password is required. |
| Scope | FortiOS v7.4.x. |
| Solution | Everything is the same except that the client certificate's Subject CN is the user name in the LDAP server.
config user ldap set username "example_domain\\administrator" set password [example_password] set account-key-cert-field cn
config user peer
config user group
Note: Starting in FortiOS v7.6.3, the SSL VPN tunnel mode feature is replaced with IPsec VPN, which can be configured to use TCP port 443. SSL VPN tunnel mode is no longer available in the GUI and CLI. Settings will not be upgraded from previous versions. This applies to all FortiGate models.
Refer to this document: SSL VPN tunnel mode replaced with IPsec VPN.
This guide provides detailed information regarding the migration process: Migration from SSL VPN tunnel mode to IPsec VPN. |

