discourse-ldap-auth | Discourse plugin to enable LDAP | Identity Management library

 by   jonmbake Ruby Version: v0.6.1 License: MIT

kandi X-RAY | discourse-ldap-auth Summary

kandi X-RAY | discourse-ldap-auth Summary

discourse-ldap-auth is a Ruby library typically used in Security, Identity Management applications. discourse-ldap-auth has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

Discourse plugin to enable LDAP/Active Directory authentication.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              discourse-ldap-auth has a low active ecosystem.
              It has 68 star(s) with 52 fork(s). There are 7 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 27 open issues and 28 have been closed. On average issues are closed in 55 days. There are 3 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of discourse-ldap-auth is v0.6.1

            kandi-Quality Quality

              discourse-ldap-auth has 0 bugs and 0 code smells.

            kandi-Security Security

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

            kandi-License License

              discourse-ldap-auth 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

              discourse-ldap-auth releases are not available. You will need to build from source code and install.
              Installation instructions, examples and code snippets are available.
              discourse-ldap-auth saves you 120 person hours of effort in developing the same functionality from scratch.
              It has 263 lines of code, 11 functions and 4 files.
              It has medium code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of discourse-ldap-auth
            Get all kandi verified functions for this library.

            discourse-ldap-auth Key Features

            No Key Features are available at this moment for discourse-ldap-auth.

            discourse-ldap-auth Examples and Code Snippets

            No Code Snippets are available at this moment for discourse-ldap-auth.

            Community Discussions

            Trending Discussions on discourse-ldap-auth

            QUESTION

            ldap filter in omniauth ldap module not working in discourse
            Asked 2018-Nov-21 at 19:09

            I currently try to configure Discourse to only allow users in a specific ldap group to log in. Discourse has a plugin called discourse-ldap auth ( https://github.com/jonmbake/discourse-ldap-auth ). This plugin uses the omniauth ldap module: https://github.com/omniauth/omniauth-ldap

            My discourse plugin configuration (the configuration is actually used by the discourse plugin for the omniauth ldap module):

            • ldap enabled: true
            • ldap hostname: the hostname of my ldap server
            • ldap port: 389
            • ldap method: plain
            • ldap base: the base of my ldap server
            • ldap uid: userPrincipalName
            • ldap bind dn: Nothing
            • ldap password: Nothing
            • ldap filter: (&(userPrincipalName=%{username})(memberOf=cn=[the name of the required group],ou=....,[base]))

            When using this configuration, nobody can log in to the forum. When I use the bind dn and password, everybody can log in. I also tried this filter without success (copied from my ldap servers filter):

            • (&(&(&(userPrincipalName=%{username})(memberOf=[dn of the group]))))

            What do I have to configure, to only allow users in that specific group to log in?

            I didn't found any errors or indicators in the log. Please help!

            Thanks fou your help and attention!

            ...

            ANSWER

            Answered 2018-Nov-21 at 19:09

            You do need the "ldap dn" and "ldap password". Those are the credentials used to authenticate to LDAP so you can lookup people's accounts. Usually, that is a service account only used by your application.

            The filter should probably look something like this:

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

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

            Vulnerabilities

            No vulnerabilities reported

            Install discourse-ldap-auth

            Checkout: Installing a Plugin.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            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/jonmbake/discourse-ldap-auth.git

          • CLI

            gh repo clone jonmbake/discourse-ldap-auth

          • sshUrl

            git@github.com:jonmbake/discourse-ldap-auth.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 jonmbake

            react-terminal-ui

            by jonmbakeTypeScript

            textbox-revision-tracker

            by jonmbakeJavaScript

            reports-micro-service

            by jonmbakeJava

            express-survey

            by jonmbakeJavaScript