adldap2/adldap2-laravel

This package is abandoned and no longer maintained. No replacement package was suggested.

LDAP Authentication & Management for Laravel.

Installs: 1 781 298

Dependents: 17

Suggesters: 1

Security: 0

Stars: 910

Watchers: 37

Forks: 177

Open Issues: 108

Type:project


README

⚠️ Project No Longer Maintained ⚠️

Consider migrating to its direct replacement LdapRecord-Laravel.

Read Why

Adldap2 - Laravel

68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4275696c745f666f722d4c61726176656c2d677265656e2e7376673f7374796c653d666c61742d737175617265 68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f41646c646170322f41646c646170322d4c61726176656c2e7376673f7374796c653d666c61742d737175617265 68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f41646c646170322f41646c646170322d6c61726176656c2f6d61737465722e7376673f7374796c653d666c61742d737175617265 68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f61646c646170322f61646c646170322d6c61726176656c2e7376673f7374796c653d666c61742d737175617265 68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f61646c646170322f61646c646170322d6c61726176656c2e7376673f7374796c653d666c61742d737175617265 68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f61646c646170322f61646c646170322d6c61726176656c2e7376673f7374796c653d666c61742d737175617265

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