redhat-qe-security / SCAutolib

Library for automation of smart card testing
GNU General Public License v3.0
3 stars 10 forks source link

Prepare command in FIPS mode with IPA client #48

Closed x00Pavel closed 2 years ago

x00Pavel commented 2 years ago

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.