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

Implement LDAP auth #37

Closed
wants to merge 5 commits into from
Closed

Commits on Apr 12, 2020

  1. implement LDAP auth

    TheNetworkIsDown authored Apr 12, 2020
    Configuration menu
    Copy the full SHA
    bcde1fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4caeb7a View commit details
    Browse the repository at this point in the history
  3. Provide correct screenshot

    Screenshot used in README.md was not correct and confusing for the initial user.
    TheNetworkIsDown authored Apr 12, 2020
    Configuration menu
    Copy the full SHA
    ff73866 View commit details
    Browse the repository at this point in the history
  4. cleanups and fixes

    comments and checks missing
    TheNetworkIsDown authored Apr 12, 2020
    Configuration menu
    Copy the full SHA
    69b44de View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Unbinding is not required

    Unbinding frees the connection descriptor, and anyway unbinding is not necessary to bind again, so removing it
    TheNetworkIsDown authored Apr 22, 2020
    Configuration menu
    Copy the full SHA
    b689d4a View commit details
    Browse the repository at this point in the history