This repository was archived by the owner on Jul 24, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,22 @@ It includes:
1818- An Adldap facade (` Adldap\Laravel\Facades\Adldap ` ) for easily retrieving the Adldap instance from the IoC
1919- Support for multiple LDAP connections
2020
21+ ## Index
22+
23+ - [ Installation] ( #installation )
24+ - [ Usage] ( #usage )
25+ - [ Auth Driver] ( #auth-driver )
26+ - [ Installation] ( #installation-1 )
27+ - [ Usage] ( #usage-1 )
28+ - [ Features] ( #features )
29+ - [ Synchronizing Attributes] ( #synchronizing-attributes )
30+ - [ Binding to the User Model] ( ##binding-the-adldap-user-model-to-the-laravel-user-model )
31+ - [ Login Fallback] ( #login-fallback )
32+ - [ Windows Authentication - SSO] ( #windows-authentication-sso-middleware )
33+ - [ Login Limitation Filter] ( #login-limitation-filter )
34+ - [ Multiple Connections] ( #multiple-authentication-connections )
35+ - [ Password Synchronization] ( #password-synchronization )
36+
2137## Installation
2238
2339[ Quick Start - From Scratch] ( quick-start.md )
@@ -271,6 +287,8 @@ Inside `config/adldap_auth.php`
271287Login a user regularly using ` Auth::attempt($credentials); ` . Using ` Auth::user() ` when a user is logged in
272288will return your configured ` App\User ` model in ` config/auth.php ` .
273289
290+ ## Features
291+
274292#### Synchronizing Attributes
275293
276294Inside your ` config/adldap_auth.php ` file there is a configuration option named ` sync_attributes ` . This is an array
You can’t perform that action at this time.
0 commit comments