diff options
Diffstat (limited to 'config.default.php')
-rw-r--r-- | config.default.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.default.php b/config.default.php index cc706306..a9e315e9 100644 --- a/config.default.php +++ b/config.default.php @@ -85,6 +85,9 @@ define('DB_SSL_CERT', null); // Mysql SSL CA define('DB_SSL_CA', null); +// Mysql SSL server verification, set to false if you don't want the Mysql driver to validate the certificate CN +define('DB_VERIFY_SERVER_CERT', null); + // Enable LDAP authentication (false by default) define('LDAP_AUTH', false); |