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

Commit 8af7f01

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,10 @@ will return your configured `App\User` model in `config/auth.php`.
170170
#### Synchronizing Attributes
171171

172172
Inside your `config/adldap_auth.php` file there is a configuration option named `sync_attributes`. This is an array
173-
of attributes where the key is the User model attribute, and the value is the active directory users attribute.
173+
of attributes where the key is the `User` model attribute, and the value is the active directory users attribute.
174174

175-
By default, the User models `name` attribute is synchronized to the AD users `cn` attribute. This means, upon login,
176-
the users `name` attribute on Laravel Model will be set to the active directory common name (`cn`) attribute **then saved**.
175+
By default, the `User` models `name` attribute is synchronized to the AD users `cn` attribute. This means, upon login,
176+
the users `name` attribute on Laravel `User` Model will be set to the active directory common name (`cn`) attribute, **then saved**.
177177

178178
Feel free to add more
179179
attributes here, however be sure that your database table contains the key you've entered.

0 commit comments

Comments
 (0)