redhat-qe-security / SCAutolib

Library for automation of smart card testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prepare command in FIPS mode with IPA client

x00Pavel opened this issue · comments

Prepare command fails in FIPS mode on installing IPA client while connecting to the IPA server using Fabric.Connection() class.
Fabric use MD5 for connecting, but FIPS does not support MD5, so the command fails. Ther is a PR for this, but it is not accepted yet, so a fix is needed.