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

[stable14] Fix user creation using LDAP Plugin #14782

Merged
merged 3 commits into from
Mar 21, 2019

Commits on Mar 21, 2019

  1. fix user creation using LDAP Plugin

    Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com>
    viniciuscb authored and Backportbot committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    0f3df76 View commit details
    Browse the repository at this point in the history
  2. Cache cleaning when subadmin adds user to group

    This commit fix an error happening when the subadmin tries to create an
    user, adding him/her to the group s/he is subadmin of, using a LDAP
    User/Group plugin.
    
    This just forces the cache to be reset after an user is added to a
    group.
    
    Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com>
    viniciuscb authored and Backportbot committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    dd30daa View commit details
    Browse the repository at this point in the history
  3. LDAP plugin: force createUser to return new user's DN

    LDAP plugins must change the createUser method to return the DN, as we
    need this to update the cache.
    
    Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com>
    viniciuscb authored and Backportbot committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    d973398 View commit details
    Browse the repository at this point in the history