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

LDAP Authentication & Management for Laravel

License

Notifications You must be signed in to change notification settings

Adldap2/Adldap2-Laravel

Folders and files

NameName
Last commit message
Last commit date
Mar 9, 2018
Mar 28, 2020
Jan 15, 2021
Mar 14, 2020
Mar 10, 2017
Aug 11, 2015
May 28, 2019
Feb 1, 2019
Feb 15, 2023
Mar 18, 2016
Feb 1, 2019
Jan 21, 2022

Repository files navigation

πŸ‘‹ Hey there! Looking for something even easier to use for LDAP integration in your Laravel applications?

πŸŽ‰ Introducing LdapRecord πŸŽ‰

LdapRecord is the successor to Adldap2 - and comes with a ton of new features.
Adldap2-Laravel will be supported with minor bug fixes, but will not receive any new updates or features.

Read Why


Adldap2 - Laravel

Easy configuration, access, management and authentication to LDAP servers utilizing the core Adldap2 repository.

  • 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 and 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: php artisan adldap:import.

  • 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.

  • Active Record LDAP Models. LDAP records are returned as individual models. Easily create and update models then persist them to your LDAP server with a simple save().