Implemented caching of our base_dn
This commit is contained in:
@@ -69,6 +69,7 @@ return [
|
||||
'cache' => [
|
||||
'enabled' => env('LDAP_CACHE', false),
|
||||
'driver' => env('CACHE_DRIVER', 'file'),
|
||||
'time' => env('LDAP_CACHE_TIME',5*60), // Seconds
|
||||
],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user