[jira] [Commented] (SYNCOPE-1125) Password on external resource not updated via Enduser

2017-06-28 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SYNCOPE-1125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16066594#comment-16066594
 ] 

ASF subversion and git services commented on SYNCOPE-1125:
--

Commit b4713c15f9ea28bb108ee2e82d986a8011586c43 in syncope's branch 
refs/heads/master from [~andrea.patricelli]
[ https://git-wip-us.apache.org/repos/asf?p=syncope.git;h=b4713c1 ]

[SYNCOPE-1125] fixed not visible memebership attribute values


> Password on external resource not updated via Enduser
> -
>
> Key: SYNCOPE-1125
> URL: https://issues.apache.org/jira/browse/SYNCOPE-1125
> Project: Syncope
>  Issue Type: Bug
>  Components: enduser
>Affects Versions: 2.0.3
>Reporter: Francesco Chicchiriccò
>Assignee: Andrea Patricelli
> Fix For: 2.0.4, 2.1.0
>
>
> As [reported in mailing 
> list|https://lists.apache.org/thread.html/b0d3c5f584f107065b988400f4865f7b9e4bb951ae201da9fd99e908@%3Cuser.syncope.apache.org%3E],
>  the issue can be replicated with standalone distribution / embedded mode:
> # from Admin Console, create user {{ilgro...@apache.org}}, set 
> {{Password123}} as password value and assign `resource-ldap`
> # user is successfully created and propagated
> # binding via LDAP works fine with the password set above:
>  {code}
> ldapsearch -h localhost -p 1389 -D "uid=ilgro...@apache.org,ou=People,o=isp" 
> -x -w Password123 -b "uid=ilgro...@apache.org,ou=People,o=isp"
>  {code}
> # from Admin Console, update the user above by setting the password to 
> {{Password124}}
> # binding via LDAP works fine with updated password:
>  {code}
> ldapsearch -h localhost -p 1389 -D "uid=ilgro...@apache.org,ou=People,o=isp" 
> -x -w Password124 -b "uid=ilgro...@apache.org,ou=People,o=isp"
>  {code}
> # from Enduser UI, login as {{ilgro...@apache.org}} / {{Password124}} and set 
> the password to {{Password125}}
> At this point:
> * {{Password125}} is set on Syncope
> * {{Password124}} is still set on LDAP
> * a {{DELETE}} propagation task was created as consequence of Enduser UI 
> password change



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (SYNCOPE-1125) Password on external resource not updated via Enduser

2017-06-28 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SYNCOPE-1125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16066595#comment-16066595
 ] 

ASF subversion and git services commented on SYNCOPE-1125:
--

Commit 194385d3c0fc054c0a090f6afc9b66ac3540609e in syncope's branch 
refs/heads/2_0_X from [~andrea.patricelli]
[ https://git-wip-us.apache.org/repos/asf?p=syncope.git;h=194385d ]

[SYNCOPE-1125] fixed not visible memebership attribute values


> Password on external resource not updated via Enduser
> -
>
> Key: SYNCOPE-1125
> URL: https://issues.apache.org/jira/browse/SYNCOPE-1125
> Project: Syncope
>  Issue Type: Bug
>  Components: enduser
>Affects Versions: 2.0.3
>Reporter: Francesco Chicchiriccò
>Assignee: Andrea Patricelli
> Fix For: 2.0.4, 2.1.0
>
>
> As [reported in mailing 
> list|https://lists.apache.org/thread.html/b0d3c5f584f107065b988400f4865f7b9e4bb951ae201da9fd99e908@%3Cuser.syncope.apache.org%3E],
>  the issue can be replicated with standalone distribution / embedded mode:
> # from Admin Console, create user {{ilgro...@apache.org}}, set 
> {{Password123}} as password value and assign `resource-ldap`
> # user is successfully created and propagated
> # binding via LDAP works fine with the password set above:
>  {code}
> ldapsearch -h localhost -p 1389 -D "uid=ilgro...@apache.org,ou=People,o=isp" 
> -x -w Password123 -b "uid=ilgro...@apache.org,ou=People,o=isp"
>  {code}
> # from Admin Console, update the user above by setting the password to 
> {{Password124}}
> # binding via LDAP works fine with updated password:
>  {code}
> ldapsearch -h localhost -p 1389 -D "uid=ilgro...@apache.org,ou=People,o=isp" 
> -x -w Password124 -b "uid=ilgro...@apache.org,ou=People,o=isp"
>  {code}
> # from Enduser UI, login as {{ilgro...@apache.org}} / {{Password124}} and set 
> the password to {{Password125}}
> At this point:
> * {{Password125}} is set on Syncope
> * {{Password124}} is still set on LDAP
> * a {{DELETE}} propagation task was created as consequence of Enduser UI 
> password change



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (SYNCOPE-1125) Password on external resource not updated via Enduser

2017-06-28 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SYNCOPE-1125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16066195#comment-16066195
 ] 

ASF subversion and git services commented on SYNCOPE-1125:
--

Commit 26fb9bdae50088dc69338b300d045212fe1d7d98 in syncope's branch 
refs/heads/master from [~andrea.patricelli]
[ https://git-wip-us.apache.org/repos/asf?p=syncope.git;h=26fb9bd ]

[SYNCOPE-1125] fixed password propagation on resource after update on enduser


> Password on external resource not updated via Enduser
> -
>
> Key: SYNCOPE-1125
> URL: https://issues.apache.org/jira/browse/SYNCOPE-1125
> Project: Syncope
>  Issue Type: Bug
>  Components: enduser
>Affects Versions: 2.0.3
>Reporter: Francesco Chicchiriccò
>Assignee: Andrea Patricelli
> Fix For: 2.0.4, 2.1.0
>
>
> As [reported in mailing 
> list|https://lists.apache.org/thread.html/b0d3c5f584f107065b988400f4865f7b9e4bb951ae201da9fd99e908@%3Cuser.syncope.apache.org%3E],
>  the issue can be replicated with standalone distribution / embedded mode:
> # from Admin Console, create user {{ilgro...@apache.org}}, set 
> {{Password123}} as password value and assign `resource-ldap`
> # user is successfully created and propagated
> # binding via LDAP works fine with the password set above:
>  {code}
> ldapsearch -h localhost -p 1389 -D "uid=ilgro...@apache.org,ou=People,o=isp" 
> -x -w Password123 -b "uid=ilgro...@apache.org,ou=People,o=isp"
>  {code}
> # from Admin Console, update the user above by setting the password to 
> {{Password124}}
> # binding via LDAP works fine with updated password:
>  {code}
> ldapsearch -h localhost -p 1389 -D "uid=ilgro...@apache.org,ou=People,o=isp" 
> -x -w Password124 -b "uid=ilgro...@apache.org,ou=People,o=isp"
>  {code}
> # from Enduser UI, login as {{ilgro...@apache.org}} / {{Password124}} and set 
> the password to {{Password125}}
> At this point:
> * {{Password125}} is set on Syncope
> * {{Password124}} is still set on LDAP
> * a {{DELETE}} propagation task was created as consequence of Enduser UI 
> password change



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)