Giter Site home page Giter Site logo

Comments (5)

ben-github avatar ben-github commented on May 3, 2024

Ok, I discovered that is won't try to do ldap auth if the user hasn't already been created. So I needed to switch to database auth, add my ldap users and then switch back to ldap auth (this should be documented / or better yet it would be nice new users could auto-populate). Once I did this, I can see ldap auth attempts, but only when using the

AUTH_LDAP_SERVER = “ldap://localhost“

line and not

AUTH_LDAP_SERVER = “ldap://ou=people,dc=example,localhost“

So I think my only issue now is setting the search base for ldap.

from flask-appbuilder.

ben-github avatar ben-github commented on May 3, 2024

Looking at the code more, I see that it doesn't support indirect LDAP binds. I've got a patch that adds that functionality. Take a look at
ben-github@9703ef9

It doesn't change default behavior, but if you add a new LDAP_AUTH_SEARCH parameter, it uses that to search for the right bind address. New options are documented with config.rst

from flask-appbuilder.

dpgaspar avatar dpgaspar commented on May 3, 2024

Great! please submit a pull request.

from flask-appbuilder.

ben-github avatar ben-github commented on May 3, 2024

Done in #44.

from flask-appbuilder.

dpgaspar avatar dpgaspar commented on May 3, 2024

New 1.0.1 is out. Your pull requests are included on it.

from flask-appbuilder.

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.