You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by sn...@apache.org on 2014/10/12 18:55:35 UTC

git commit: ARGUS-110:Fixed User source getting changed during user save

Repository: incubator-argus
Updated Branches:
  refs/heads/master 65b6d83d9 -> 1b8fff511


ARGUS-110:Fixed User source getting changed during user save

Signed-off-by: sneethiraj <sn...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-argus/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-argus/commit/1b8fff51
Tree: http://git-wip-us.apache.org/repos/asf/incubator-argus/tree/1b8fff51
Diff: http://git-wip-us.apache.org/repos/asf/incubator-argus/diff/1b8fff51

Branch: refs/heads/master
Commit: 1b8fff511d0cc967dd3333ff23672728853e24b3
Parents: 65b6d83
Author: vperiasamy <vp...@hortonworks.com>
Authored: Sat Oct 11 13:11:57 2014 -0400
Committer: sneethiraj <sn...@apache.org>
Committed: Sun Oct 12 12:52:23 2014 -0400

----------------------------------------------------------------------
 security-admin/src/main/java/com/xasecure/biz/XUserMgr.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/1b8fff51/security-admin/src/main/java/com/xasecure/biz/XUserMgr.java
----------------------------------------------------------------------
diff --git a/security-admin/src/main/java/com/xasecure/biz/XUserMgr.java b/security-admin/src/main/java/com/xasecure/biz/XUserMgr.java
index 59b7b96..123c2dd 100644
--- a/security-admin/src/main/java/com/xasecure/biz/XUserMgr.java
+++ b/security-admin/src/main/java/com/xasecure/biz/XUserMgr.java
@@ -203,7 +203,7 @@ public class XUserMgr extends XUserMgrBase {
 		vXPortalUser.setUserRoleList(vXUser.getUserRoleList());
 		vXPortalUser.setPublicScreenName(vXUser.getFirstName() + " "
 				+ vXUser.getLastName());
-		
+		vXPortalUser.setUserSource(vXUser.getUserSource());
 		String hiddenPasswordString = PropertiesUtil.getProperty(
 				"xa.password.hidden", "*****");
 		String password = vXUser.getPassword();