LdapRecord-Laravel | Multi-domain LDAP Authentication & Management for Laravel | Identity Management library

 by   DirectoryTree PHP Version: v2.7.3 License: MIT

kandi X-RAY | LdapRecord-Laravel Summary

kandi X-RAY | LdapRecord-Laravel Summary

LdapRecord-Laravel is a PHP library typically used in Security, Identity Management, Docker applications. LdapRecord-Laravel has no vulnerabilities, it has a Permissive License and it has low support. However LdapRecord-Laravel has 4 bugs. You can download it from GitHub.

Integrate LDAP into your Laravel application. Authenticate LDAP users into your application. Allow LDAP users to log into your application and control which users can login via Scopes and Rules. Import & Synchronize LDAP users. Import users from your directory via a command: php artisan ldap:import. Authenticate users from as many LDAP domains as you'd like. Support comes out of the box. Eloquent Query Builder. Search for LDAP objects with a fluent and easy to use interface you're used to. You'll feel right at home. ️ Active Record LDAP Models. LDAP objects are individual models. Persist them to your LDAP server with a single save(). LDAP Directory Emulator. Test authenticating and querying users without changing your application code. Create, update, and delete LDAP objects without touching a real LDAP server. Yeah, we like it too.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              LdapRecord-Laravel has a low active ecosystem.
              It has 373 star(s) with 37 fork(s). There are 12 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 5 open issues and 297 have been closed. On average issues are closed in 92 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of LdapRecord-Laravel is v2.7.3

            kandi-Quality Quality

              LdapRecord-Laravel has 4 bugs (0 blocker, 0 critical, 4 major, 0 minor) and 91 code smells.

            kandi-Security Security

              LdapRecord-Laravel has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              LdapRecord-Laravel code analysis shows 0 unresolved vulnerabilities.
              There are 7 security hotspots that need review.

            kandi-License License

              LdapRecord-Laravel is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              LdapRecord-Laravel releases are available to install and integrate.
              It has 6767 lines of code, 742 functions and 112 files.
              It has medium code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed LdapRecord-Laravel and discovered the below as its top functions. This is intended to give you an instant insight into LdapRecord-Laravel implemented functionality, and help decide if they suit your requirements.
            • Retrieve an authenticated user .
            • Import objects .
            • Apply the importer options .
            • Listen for the LDAP binding failure .
            • Get the task tasks .
            • Validate the user credentials .
            • Find user by credentials .
            • Get the LDAP user model .
            • Make custom options from connection .
            • Determine if the given password needs updating .
            Get all kandi verified functions for this library.

            LdapRecord-Laravel Key Features

            No Key Features are available at this moment for LdapRecord-Laravel.

            LdapRecord-Laravel Examples and Code Snippets

            No Code Snippets are available at this moment for LdapRecord-Laravel.

            Community Discussions

            QUESTION

            LdapRecord Laravel - Active Directory - does not see any users
            Asked 2021-May-05 at 07:37

            I am using the ready package as a base, I have done all steps in the readme.md file and was able to login as "einstein" user. So all seems to be configured correctly.

            Later I have changed the credentials for the ldap server, which is using Active Directory.

            While runing command php artisan ldap:test i receive message that i was able to connect correctly. Laravel logs says the same, but I cannot log in to laravel app. While running the command php artisan ldap:import ldap get message that no users where find

            In the log file i see something like this:

            ...

            ANSWER

            Answered 2021-May-05 at 07:37

            Problem solved, to make it work with AD you need to:

            • in the auth.php file switch model to ActiveDirectory
            • in login controller change in the credentials function have to change 'uid' key to 'sameaccountname'

            Source https://stackoverflow.com/questions/67309124

            QUESTION

            How to use backpack-for-laravel with LdapRecord-Laravel?
            Asked 2021-Mar-08 at 08:33

            We have a double problem here

            We've developed a percent of our app Customer has changed requirement about login. So we need to authentica via ldap againsta an active directory

            We'd like so to use both Backpack For Laravel and LdapRecord For Laravel

            Do you know if is it possible at all?

            Actually, we 'are using database integration

            Our user class it's this

            ...

            ANSWER

            Answered 2021-Mar-08 at 08:33

            We succesfully integrated LdapRecord with Backpack.

            I can confirm what suggested in the comment by @tabacity: I simply changed the guard in backpack config to 'null' (or to 'web').

            Source https://stackoverflow.com/questions/66426767

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install LdapRecord-Laravel

            You can download it from GitHub.
            PHP requires the Visual C runtime (CRT). The Microsoft Visual C++ Redistributable for Visual Studio 2019 is suitable for all these PHP versions, see visualstudio.microsoft.com. You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds. The CRT installer supports the /quiet and /norestart command-line switches, so you can also script it.

            Support

            If you require support using LdapRecord-Laravel, a sponsorship is required :pray:.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/DirectoryTree/LdapRecord-Laravel.git

          • CLI

            gh repo clone DirectoryTree/LdapRecord-Laravel

          • sshUrl

            git@github.com:DirectoryTree/LdapRecord-Laravel.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Identity Management Libraries

            vault

            by hashicorp

            k9s

            by derailed

            keepassxc

            by keepassxreboot

            keycloak

            by keycloak

            uuid

            by uuidjs

            Try Top Libraries by DirectoryTree

            LdapRecord

            by DirectoryTreePHP

            Watchdog

            by DirectoryTreePHP

            Scout

            by DirectoryTreePHP

            Git

            by DirectoryTreePHP

            Authorization

            by DirectoryTreePHP