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

Adldap2/Adldap2-Laravel

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
March 9, 2018 14:16
March 28, 2020 20:45
src
January 15, 2021 14:53
March 14, 2020 20:03
May 28, 2019 09:56
February 15, 2023 09:51
March 18, 2016 09:59
February 1, 2019 16:36
July 24, 2023 16:18

⚠️ Project No Longer Maintained ⚠️

Consider migrating to its direct replacement LdapRecord-Laravel.

Read Why


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 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().