Skip to content

Commit

Permalink
Merge pull request #1610 from RotherOSS/issue-#1608-empty_RolePermiss…
Browse files Browse the repository at this point in the history
…ionsFromLDAP

Issue #1608: handling of %RolePermissionsFromLDAP
  • Loading branch information
bschmalhofer authored Feb 11, 2022
2 parents c2618e3 + 7d533b0 commit a74cb98
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Kernel/System/Auth/Sync/LDAP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -776,10 +776,8 @@ sub Sync {
}
}
}
}

# compare role permissions from ldap with current user role permissions and update if necessary
if (%RolePermissionsFromLDAP) {
# compare role permissions from ldap with current user role permissions and update if necessary

# get current user roles
my %UserRoles = $GroupObject->PermissionUserRoleGet(
Expand Down

0 comments on commit a74cb98

Please sign in to comment.