Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow secondary LDAP servers #190

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Apr 20, 2021

  1. Add secondary_uri option to allow ldap server redirect

    When a server set in server_address is unavailable,
    currently no way to try to connect other available
    servers even system provides HA ldap servers.
    
    This patch allows users to set such HA servers as
    secondary_uri, then, ldap client will access to
    them if the primary is not available.
    Kota Tsuyuzaki committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    99dad8c View commit details
    Browse the repository at this point in the history
  2. Add connect_timeout option for LDAP connection

    That option will enable the LDAP client to give up
    to connect to the server in the specific seconds.
    Kota Tsuyuzaki committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    1f1eda8 View commit details
    Browse the repository at this point in the history