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: readme.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,12 +21,12 @@
21
21
</h4>
22
22
23
23
-**Authenticate LDAP users into your application.** Using the built-in authentication driver, easily allow
24
-
LDAP users to log into your application and control which users can login via Scopes and Rules.
24
+
LDAP users to log into your application and control which users can login via [Scopes](https://adldap2.github.io/Adldap2-Laravel/#/auth/setup?id=scopes) and [Rules](https://adldap2.github.io/Adldap2-Laravel/#/auth/setup?id=rules).
25
25
26
26
-**Easily Import & Synchronize LDAP users.** Users can be imported into your database upon first login,
27
-
or you can import your entire directory via a simple `php artisan adldap:import`.
27
+
or you can import your entire directory via a simple [command](https://adldap2.github.io/Adldap2-Laravel/#/auth/importing): `php artisan adldap:import`.
28
28
29
-
-**Eloquent like Query Builder.** Search for LDAP records with a fluent and easy to use interface you're used to. You'll feel right at home.
29
+
-**Eloquent like Query Builder.** Search for LDAP records with a [fluent and easy to use interface](https://adldap2.github.io/Adldap2/#/searching) you're used to. You'll feel right at home.
30
30
31
-
-**Active Record LDAP Models.** LDAP records are returned as individual models. Easily create
31
+
-**Active Record LDAP Models.** LDAP records are returned as [individual models](https://adldap2.github.io/Adldap2/#/models/model). Easily create
32
32
and update models then persist them to your LDAP server with a simple `save()`.
0 commit comments