diff --git a/config.local.php.default b/config.local.php.default index 3a14d375083ab94bf7a59b1df2516653b7eccb02..0d6ae8a4c506969e32863fad808ee25b22e0a755 100755 --- a/config.local.php.default +++ b/config.local.php.default @@ -139,6 +139,12 @@ return [ /* Port d'accès au serveur */ 'port' => 389, + /* Option d'utilisation de SSL (non définie par défaut) + * valeurs possibles : LDAP_OPT_X_TLS_NEVER, LDAP_OPT_X_TLS_HARD, LDAP_OPT_X_TLS_DEMAND, LDAP_OPT_X_TLS_ALLOW, LDAP_OPT_X_TLS_TRY + * @see https://docs.laminas.dev/laminas-authentication/adapter/ldap/ + */ + 'useSsl' => null, + /* bindRequiresDn */ 'bindRequiresDn' => true,