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

Commit de38e76

Browse files
committed
Tiny change
1 parent d965bb1 commit de38e76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ attributes here, however be sure that your database table contains the key you'v
130130
#### Binding the Adldap User Model to the Laravel User Model
131131

132132
> **Note**: Before we begin, enabling this option will perform a single query on your AD server for a logged in user
133-
**per request**. Eloquent already does this for authentication, however this could lead to slightly slower load times.
133+
**per request**. Eloquent already does this for authentication, however this could lead to slightly slower load times
134+
(depending on your AD server speed of course).
134135

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

0 commit comments

Comments
 (0)