You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 24, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: docs/upgrading.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,10 @@ authenticated, not your configured administrator account.
41
41
42
42
This means you will need to add your suffix or prefix onto your configured administrators username if you require it.
43
43
44
+
#### Connection Settings
45
+
46
+
The configuration option named `connection_settings` inside each of your configured connections in the `adldap.php` (now `ldap.php`) configuration file has been renamed to `settings` for simplicity.
47
+
44
48
### Authentication Driver
45
49
46
50
The authentication driver name has been *renamed* to **ldap** instead of **adldap**. This is for the sake of simplicity.
@@ -172,4 +176,4 @@ The importer command is bound to Laravel's IoC and can be swapped out with your
172
176
173
177
#### NoDatabaseUserProvider
174
178
175
-
The `NoDatabaseUserProvider` will now locate users by their ObjectGUID instead of their ObjectSID.
179
+
The `NoDatabaseUserProvider` will now locate users by their ObjectGUID instead of their ObjectSID.
0 commit comments