• Robert Speicher's avatar
    Merge branch 'fix_ldap_user_removed' into 'master' · 53fcba83
    Robert Speicher authored
    Remove user from groups when they are removed from LDAP
    
    Fixes #159 
    
    Currently, we only update user permissions if they come back from LDAP
    as a valid user. I refactored some things in the `access.rb` file so we
    update permissions no matter what. Now the user is removed from groups
    and admin access is revoked, in addition to the previous behavior of
    blocking the user.
    
    See merge request !124
    53fcba83
access.rb 7.18 KB