Giter Club home page Giter Club logo

Comments (2)

midN avatar midN commented on July 20, 2024 1

A good example would be - https://github.com/yahoo/kafka-manager/blob/f3823469537d577f2b1a32455b5cb32cd826a95c/app/controllers/BasicAuthenticationFilter.scala#L63-L94

It expects you to provide full search string and just checks if user was found by the search string u provided and verifies pw, simple and works with all ldap versions and configuration types

An example search query would be:

base: dc=MYDC,dc=com
search: (&(objectClass=user)(sAMAccountName=xx)(memberOf=CN=X,OU=Groups,DC=MYDC,DC=com))

from kafka-webview.

Crim avatar Crim commented on July 20, 2024 1

Unfortunately my knowledge of LDAP is extremely limited, and not having a direct use case to develop against makes it difficult for me to put together a proper generic solution to this. The solution that currently exists is based on SpringBoot's out of the box support for LDAP authentication.

That said I'd love to include such functionality, and would encourage any outside contributions to help make the integration more usable/robust

from kafka-webview.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.