[jira] [Comment Edited] (CONNECTORS-1661) Admin UI does not handle UTF8 passwords

2021-01-05 Thread Karl Wright (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17259310#comment-17259310
 ] 

Karl Wright edited comment on CONNECTORS-1661 at 1/6/21, 12:30 AM:
---

Hi [~kishorekumar], using the obfuscation utility in a Linux shell requires 
proper quotes and/or escaping.  The & is being picked up as a process separator 
otherwise.  Examples:

{code}
kawright@1USDKAWRIGHT:/mnt/c/wip/mcf/trunk/dist/obfuscation-utility$ 
./obfuscate.sh "#Sample%"
oxYHd75QgtNbohFHQZz/RY9ZwvkAWOSiOhFj7hby0Eg=
kawright@1USDKAWRIGHT:/mnt/c/wip/mcf/trunk/dist/obfuscation-utility$ 
./obfuscate.sh "#Sample%&="
JHaGsB88QKSsF31Zea/8366cKmXUzENU2FDmBgxQjmM=
kawright@1USDKAWRIGHT:/mnt/c/wip/mcf/trunk/dist/obfuscation-utility$
{code}




was (Author: kwri...@metacarta.com):
Hi [~kishorekumar], using the obfuscation utility in a Linux shell requires 
proper quotes and/or escaping.  The & is being picked up as a process separator 
otherwise.


> Admin UI does not handle UTF8 passwords
> ---
>
> Key: CONNECTORS-1661
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1661
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: API
>Affects Versions: ManifoldCF 2.17
>Reporter: Julien Massiera
>Assignee: Kishore Kumar
>Priority: Critical
>
> Setting UTF-8 non alphanumeric characters in the password for the admin user 
> does not work when obfuscating the password and setting it through the 
> org.apache.manifoldcf.login.password.obfuscated parameter of the 
> properties.xml file.
> Alphanumeric characters work well.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (CONNECTORS-1661) Admin UI does not handle UTF8 passwords

2021-01-05 Thread Karl Wright (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17259310#comment-17259310
 ] 

Karl Wright commented on CONNECTORS-1661:
-

Hi [~kishorekumar], using the obfuscation utility in a Linux shell requires 
proper quotes and/or escaping.  The & is being picked up as a process separator 
otherwise.


> Admin UI does not handle UTF8 passwords
> ---
>
> Key: CONNECTORS-1661
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1661
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: API
>Affects Versions: ManifoldCF 2.17
>Reporter: Julien Massiera
>Assignee: Kishore Kumar
>Priority: Critical
>
> Setting UTF-8 non alphanumeric characters in the password for the admin user 
> does not work when obfuscating the password and setting it through the 
> org.apache.manifoldcf.login.password.obfuscated parameter of the 
> properties.xml file.
> Alphanumeric characters work well.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (CONNECTORS-1661) Admin UI does not handle UTF8 passwords

2021-01-05 Thread Kishore Kumar (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17259133#comment-17259133
 ] 

Kishore Kumar commented on CONNECTORS-1661:
---

Hi [~kwri...@metacarta.com],  Can you please provide a sample UTF-8 Non 
Alphanumeric string.

 

It appears that the obfuscation-utility doesn't handle few string like 
*#Sample%^&(*

Anything after & throws a error

> Admin UI does not handle UTF8 passwords
> ---
>
> Key: CONNECTORS-1661
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1661
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: API
>Affects Versions: ManifoldCF 2.17
>Reporter: Julien Massiera
>Assignee: Kishore Kumar
>Priority: Critical
>
> Setting UTF-8 non alphanumeric characters in the password for the admin user 
> does not work when obfuscating the password and setting it through the 
> org.apache.manifoldcf.login.password.obfuscated parameter of the 
> properties.xml file.
> Alphanumeric characters work well.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)