Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Adldap2/Adldap2-Laravel
LDAP Authentication & Management for Laravel
https://github.com/Adldap2/Adldap2-Laravel
adldap auth driver laravel ldap ldap-authentication
Last synced: 3 months ago
JSON representation
LDAP Authentication & Management for Laravel
- Host: GitHub
- URL: https://github.com/Adldap2/Adldap2-Laravel
- Owner: Adldap2
- License: mit
- Archived: true
- Created: 2015-07-22T13:51:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-07-24T20:18:21.000Z (over 1 year ago)
- Last Synced: 2024-09-06T16:32:23.159Z (5 months ago)
- Topics: adldap, auth, driver, laravel, ldap, ldap-authentication
- Language: PHP
- Homepage:
- Size: 989 KB
- Stars: 911
- Watchers: 35
- Forks: 184
- Open Issues: 108
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
- awesome-laravel - Adldap2 Laravel - Autentica a los usuarios de LDAP en tu aplicación. (Paquetes utiles)
- laravel-awesome - Adldap2 Laravel - LDAP authentication and Active Directory management (Popular Packages)
- awesome-laravel - Adldap2 Laravel - LDAP authentication and Active Directory management (Popular Packages)
README
:warning: Project No Longer Maintained :warning:
Consider migrating to its direct replacement
LdapRecord-Laravel.
Adldap2 - Laravel
Easy configuration, access, management and authentication to LDAP servers utilizing the core
Adldap2 repository.
Quickstart
·
Documentation- **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://adldap2.github.io/Adldap2-Laravel/#/auth/setup?id=scopes) and [Rules](https://adldap2.github.io/Adldap2-Laravel/#/auth/setup?id=rules).- **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://adldap2.github.io/Adldap2-Laravel/#/auth/importing): `php artisan adldap:import`.- **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.
- **Active Record LDAP Models.** LDAP records are returned as [individual models](https://adldap2.github.io/Adldap2/#/models/model). Easily create
and update models then persist them to your LDAP server with a simple `save()`.