fixes #40 by recalculating groups _before_ to_ldap(), which sets the groups in ldap
All threads resolved!
recalculate_groups (or the expanded version of that) was called after user creation in LDAP, but the user was not updated afterwards to actually set the groups.
running recalculate_groups before .to_ldap() sets the groups right to only need one .to_ldap().
Note: recalculate_groups only works on the Role/User, so we don't need to wait for LDAP success. .to_ldap() first adds the user and only afterwards does the groups.
Merge request reports
Activity
added 1 commit
- ab7a377d - fixes #40 (closed) by recalculating groups _before_ to_ldap(), which sets the groups in ldap
- Resolved by sistason
enabled an automatic merge when the pipeline for 049d1f3c succeeds
Please register or sign in to reply