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

Commit e0a01c0

Browse files
committed
Added index to readme.
1 parent ff97b61 commit e0a01c0

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

readme.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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`
271287
Login a user regularly using `Auth::attempt($credentials);`. Using `Auth::user()` when a user is logged in
272288
will return your configured `App\User` model in `config/auth.php`.
273289

290+
## Features
291+
274292
#### Synchronizing Attributes
275293

276294
Inside your `config/adldap_auth.php` file there is a configuration option named `sync_attributes`. This is an array

0 commit comments

Comments
 (0)