This repository was archived by the owner on Jul 24, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 11
11
|
12
12
| You must specify connections in your `config/ldap.php` configuration file.
13
13
|
14
- | This must be a string.
15
- |
16
14
*/
17
15
18
16
'connection ' => env ('LDAP_CONNECTION ' , 'default ' ),
231
229
| random 16 character hashed password upon first login, and will
232
230
| lose access to this account upon loss of LDAP connectivity.
233
231
|
234
- | This option must be true or false and is only applicable
235
- | to the DatabaseUserProvider.
232
+ | This option is only applicable to the DatabaseUserProvider.
236
233
|
237
234
*/
238
235
266
263
|
267
264
| Set this to true if you would like to enable it.
268
265
|
269
- | This option must be true or false and is only
270
- | applicable to the DatabaseUserProvider.
266
+ | This option is only applicable to the DatabaseUserProvider.
271
267
|
272
268
*/
273
269
287
283
|
288
284
| You **must** include the users login attribute here.
289
285
|
290
- | This option must be an array and is only applicable
291
- | to the DatabaseUserProvider.
286
+ | This option is only applicable to the DatabaseUserProvider.
292
287
|
293
288
*/
294
289
You can’t perform that action at this time.
0 commit comments