[
https://issues.apache.org/jira/browse/CLOUDSTACK-3344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jessica Wang resolved CLOUDSTACK-3344.
--------------------------------------
Resolution: Fixed
Author: Jessica Wang
<[email protected]>#mailto:[email protected]
Author date: 20 minutes ago (Mon Aug 05 14:51:25 2013)
Commit date: 18 minutes ago (Mon Aug 05 14:52:39 2013)
Commit hash: 8fe7a65f0a6fbf651e94ad65d2af557c8c398b68
This reverts commit c4589e6ec7d2c34096644161824d80aa2d39ff93. Should not
unescape queryFilter on server-side.
Contained in branches: 4.2
==============================================================================
Author: Jessica Wang
<[email protected]>#mailto:[email protected]
Author date: 20 minutes ago (Mon Aug 05 14:51:25 2013)
Commit date: 5 minutes ago (Mon Aug 05 15:06:40 2013)
Commit hash: 0a0aae5f723e8c3054e169eb9f95f1a7aa2ead2a
This reverts commit c4589e6ec7d2c34096644161824d80aa2d39ff93. Should not
unescape queryFilter on server-side.
Contained in branches: master
> ldap:UI:sending wrong query filter(converting &symbol to "amp&")during
> ldapconfig through UI[due to this ldap users fail to login]
> ----------------------------------------------------------------------------------------------------------------------------------
>
> Key: CLOUDSTACK-3344
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3344
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: UI
> Affects Versions: 4.2.0
> Reporter: sadhu suresh
> Assignee: Jessica Wang
> Priority: Critical
> Fix For: 4.2.0
>
> Attachments: screenshot_ldap_ui.png
>
>
> Steps:
> 1. Configured the LDAP through UI by providing query filter as email
> (eg:(&(mail=%e)))
> 2.check the configured values
> Actual result:
> its converting & symbol into amp& while configuring the ldap through UI due
> to this ldap users fail to login.
> through API ,its working fine.this is the only problem with UI side where
> they converting "&" symbolto "amp&"
> API fired while performing ldapconfig through UI:
> http://10.147.59.119:8080/client/api?command=ldapConfig&binddn=CN%3Dtest%2CCN%3DUsers%2CDC%3Dhyd-qa%2CDC%3Dcom&bindpass=aaaa_1111&hostname=10.147.38.163&searchbase=CN%3DUsers%2CDC%3Dhyd-qa%2CDC%3Dcom&queryfilter=(%26(mail%3D%25e))&port=389&ssl=false&response=json&sessionkey=zlWVnEF2HA3R4ekSa8kDXaZrY5k%3D&_=1372835435077
> { "ldapconfigresponse" : { "ldapconfig" :
> {"hostname":"10.147.38.163","port":"389","ssl":"false","searchbase":"CN=Users,DC=hyd-qa,DC=com","queryfilter":"(&(mail=%e))","binddn":"CN=test,CN=Users,DC=hyd-qa,DC=com"}
> } }
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira