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

Commit c833b64

Browse files
committed
Update README.md
1 parent 8af7f01 commit c833b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ attributes here, however be sure that your database table contains the key you'v
182182

183183
> **Note**: Before we begin, enabling this option will perform a single query on your AD server for a logged in user
184184
**per request**. Eloquent already does this for authentication, however this could lead to slightly longer load times
185-
(depending on your AD server speed of course).
185+
(depending on your AD server and network speed of course).
186186

187187
Inside your `config/adldap_auth.php` file there is a configuration option named `bind_user_to_model`. Setting this to
188188
true sets the `adldapUser` property on your configured auth User model to the Adldap User model. For example:

0 commit comments

Comments
 (0)