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

Ldap auth feature #484

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Ldap auth feature #484

wants to merge 8 commits into from

Commits on Nov 2, 2024

  1. implement LDAP for club1 server only see #237

    + Config param to enable club1 local LDAP auth
    + if user exist in database, will try to auth using LDAP
    vincent-peugnet committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    6944993 View commit details
    Browse the repository at this point in the history
  2. remove hardcoded club1 LDAP server

    use Config param to setup LDAP auth
    vincent-peugnet committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    26af2ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bad2855 View commit details
    Browse the repository at this point in the history
  4. users can be created if LDAP auth is ok see #237

    + Config param to define user level
    vincent-peugnet committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    267fd07 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2077fb1 View commit details
    Browse the repository at this point in the history
  6. prevent LDAP auth user to edit their database password see #237

    + allow forbidden view to link to any given route
    vincent-peugnet committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    54b96d1 View commit details
    Browse the repository at this point in the history
  7. indicate which users use LDAP auth in user management view see #237

    + prevent local password from being edited by admins
    vincent-peugnet committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    9ff02bf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1c63f0d View commit details
    Browse the repository at this point in the history