Coder Social home page Coder Social logo

Comments (2)

keqiang avatar keqiang commented on August 25, 2024

Can you clarify what you are trying to do? As I understand, the manager dn and password are used only for shinyproxy to connect to your LDAP server because LDAP can be configured only allowing certain users to read or write. Since you now successfully logged in, that means your LDAP is working, that is, either your LDAP requires the manager dn to access and the manager dn you offered is correct or your LDAP actually doesn't require a manager dn to access.

from shinyproxy.

fmichielssen avatar fmichielssen commented on August 25, 2024

Indeed, ShinyProxy uses BindAuthenticator rather than PasswordComparisonAuthenticator for LDAP auth. That being said, I think your use case (users are defined on many locations in the tree) is supported. The relevant settings are user-dn-pattern and user-search-filter.

  • user-dn-pattern: is used to bind with a DN directly. No search is involved, so the manager account is not used here. However, since only one pattern is defined, this will not work for users that are in different OUs in the tree.

  • user-search-filter: is used to search for DNs, and then bind with them. To perform the search, the manager account is used. This should support your use case.

Note that if you specify both settings, the DN pattern is tried first, and then the search.

from shinyproxy.

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.