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 enable LDAP source and disable user sync via CLI #20206

Merged
merged 3 commits into from
Jul 4, 2022

Commits on Jul 2, 2022

  1. Allow enable LDAP source and disable user sync

    The current `admin auth` CLI for managing authentication source of type
    LDAP via BindDN and Simple LDAP does not allow enabling the respective
    source, once disabled via `--not-active`.
    The same applies to `--synchronize-users` specifially for LDAP via
    BindDN.
    
    These changes add two new flags to LDAP related CLI commands:
    
    - `--active` for both LDAP authentication source types
    - `--disable-synchronize-users` for LDAP via BindDN
    
    Signed-off-by: justusbunsi <61625851+justusbunsi@users.noreply.github.com>
    justusbunsi committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    6a3cef0 View commit details
    Browse the repository at this point in the history
  2. Apply formatting

    Signed-off-by: justusbunsi <61625851+justusbunsi@users.noreply.github.com>
    justusbunsi committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    a7e32f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. Configuration menu
    Copy the full SHA
    bb03532 View commit details
    Browse the repository at this point in the history