You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Karl Wright (Jira)" <ji...@apache.org> on 2021/01/06 00:31:00 UTC

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

    [ https://issues.apache.org/jira/browse/CONNECTORS-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=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: kwright@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)