]> BookStack Code Mirror - bookstack/blobdiff - config/services.php
Fixes typo causing the message not to be displayed
[bookstack] / config / services.php
index 08c2f3217b15a25fcdb2b0dba7bada2793f9c1f5..d71ff4a26d27a8987f11835e4472dc82c96865df 100644 (file)
@@ -54,7 +54,8 @@ return [
         'dn' => env('LDAP_DN', false),
         'pass' => env('LDAP_PASS', false),
         'base_dn' => env('LDAP_BASE_DN', false),
-        'user_filter' => env('LDAP_USER_FILTER', '(&(uid=${user}))')
+        'user_filter' => env('LDAP_USER_FILTER', '(&(uid=${user}))'),
+        'version' => env('LDAP_VERSION', false)
     ]
 
 ];