Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 862f888

Browse files
committed
Adjust configuration to text
The text and the configuration didn't match. Also it didn't work because `login_attribute` is set to `samaccountname`. This pull request changes the default value.
1 parent 2c219a8 commit 862f888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config/auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
|
2020
*/
2121

22-
'username_attribute' => ['email' => 'mail'],
22+
'username_attribute' => ['username' => 'samaccountname'],
2323

2424
/*
2525
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)