Commit 97c425e5 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Correction de la doc sur l'authentification LDAP

parent 0780c626
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ Exemple de configuration dans `config/autoload/xxxx.local.php` :
             * Mode d'authentification à l'aide d'un compte LDAP.
             */
            'ldap' => [
                'enabled' => false,
                'enabled' => true,
            ],
            
            //...