You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by GitBox <gi...@apache.org> on 2021/09/17 10:14:46 UTC

[GitHub] [syncope] ilgrosso commented on a change in pull request #289: [SYNCOPE-1643] Chaning of user realm doesn't trigger provisioning

ilgrosso commented on a change in pull request #289:
URL: https://github.com/apache/syncope/pull/289#discussion_r710932730



##########
File path: core/provisioning-java/src/main/java/org/apache/syncope/core/provisioning/java/data/UserDataBinderImpl.java
##########
@@ -675,6 +675,14 @@ private boolean isPasswordMapped(final ExternalResource resource) {
                             collect(Collectors.toSet()));
         }
 
+        if (userPatch.getRealm() != null) {

Review comment:
       please check that the patch is effectively changing the current Realm




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@syncope.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org