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

auth-ldap: Add configuration option for custom search filters #219

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Commits on Dec 23, 2021

  1. Added custom search and auth filters to auth-ldap

    Daniel Treffenstädt committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    1382853 View commit details
    Browse the repository at this point in the history
  2. Fixed accidentally removed closing paranethesis

    Daniel Treffenstädt committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    954d60d View commit details
    Browse the repository at this point in the history
  3. Added size and length fields to ldap filter inputs

    Daniel Treffenstädt committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    589506e View commit details
    Browse the repository at this point in the history
  4. Added custom search filter boolean selection

    Daniel Treffenstädt committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    2f4c3cc View commit details
    Browse the repository at this point in the history
  5. Re-Added default options for search and auth filters

    Daniel Treffenstädt committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    1462990 View commit details
    Browse the repository at this point in the history
  6. Now using the default filters for when the use_custom_filters option …

    …is unchecked
    Daniel Treffenstädt committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    6be6619 View commit details
    Browse the repository at this point in the history
  7. Replaced if statements with ternary operator assignments

    Daniel Treffenstädt committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    ff70e51 View commit details
    Browse the repository at this point in the history