Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman authored Feb 29, 2020
1 parent 59d57e7 commit 2cb8703
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,29 +21,29 @@
<a href="https://ldaprecord.com/docs/laravel">Documentation</a>
</h4>

🔑 **Authenticate LDAP users into your application.**
🔑 **Authenticate LDAP users into your application**

Using the built-in authentication driver, easily allow LDAP users to log into your application and control which users can login via [Scopes](https://ldaprecord.com/docs/models/#query-scopes) and [Rules](https://ldaprecord.com/docs/laravel/auth/configuration/#rules).

🔄 **Easily Import & Synchronize LDAP users.**
🔄 **Easily Import & Synchronize LDAP users**

Users can be imported into your database upon first login,
or you can import your entire directory via a simple [command](https://ldaprecord.com/docs/laravel/auth/importing): `php artisan ldap:import`.

💼 **Multi-Domain Support.**
💼 **Multi-Domain Support**

Authenticate users from as many LDAP domains as you'd like. Support comes [out of the box](https://ldaprecord.com/docs/laravel/auth/multi-domain).

🎩 **Eloquent Query Builder.**
🎩 **Eloquent Query Builder**

Search for LDAP objects with a [fluent and easy to use interface](https://ldaprecord.com/docs/searching) you're used to. You'll feel right at home.

✏️ **ActiveRecord LDAP Models.**
✏️ **ActiveRecord LDAP Models**

LDAP objects are returned as [individual models](https://ldaprecord.com/docs/models). Easily create
and update models then persist them to your LDAP server with a simple `save()`.

💫 **LDAP Directory Emulator.**
💫 **LDAP Directory Emulator**

Test [authenticating](https://ldaprecord.com/docs/laravel/auth/testing/#getting-started) and
[querying users](https://ldaprecord.com/docs/laravel/testing/#getting-started) without
Expand Down

0 comments on commit 2cb8703

Please sign in to comment.