
----- Original Message -----
From: "Dafna Ron" <dron@redhat.com> To: "Gianluca Cecchi" <gianluca.cecchi@gmail.com>, "Alon Bar-Lev" <alonbl@redhat.com> Cc: "users" <users@ovirt.org> Sent: Monday, February 10, 2014 11:31:33 AM Subject: Re: [Users] Unable to activate iSCSI domain after crash of host
adding Alon
On 02/08/2014 05:42 PM, Gianluca Cecchi wrote:
where can I find the function that encrypts iscsi chap password and put the encrypted value into storage_server_connections table? So that I can try to reinsert it and verify.
You can just put plain password, it should work... If you want to encrypt use: echo -n 'PASSWORD' | openssl pkeyutl -encrypt -certin -inkey /etc/pki/ovirt-engine/certs/engine.cer | openssl enc -a | tr -d '\n' But Dafna, isn't there a way at UI to re-specify password, so it be encrypted by the application?
Thanks Gianluca
-- Dafna Ron