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

Commit 83f8af8

Browse files
committed
Small tweak.
1 parent dc62ab3 commit 83f8af8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ composer require adldap2/adldap2-laravel
4949

5050
Then run `composer update`.
5151

52-
> **Note**: If you are using laravel 5.5 or higher you should skip the service provider
52+
> **Note**: If you are using laravel 5.5 or higher you can skip the service provider
5353
> and facade registration and continue with publishing the configuration file.
5454
5555
Once finished, insert the service provider in your `config/app.php` file:

src/Resolvers/UserResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public function getLdapDiscoveryAttribute() : string
153153
*/
154154
public function getLdapAuthAttribute() : string
155155
{
156-
return Config::get('adldap_auth.usernames.ldap.authenticate', 'dn');
156+
return Config::get('adldap_auth.usernames.ldap.authenticate', 'distinguishedname');
157157
}
158158

159159
/**

0 commit comments

Comments
 (0)