8bc3418 ipatests: fix expected error message in test_commands

Authored and Committed by frenaud 3 years ago
    ipatests: fix expected error message in test_commands
    
    389ds does not return any more additional information
    about a failing bind (to avoid leaking information).
    
    As a consequence, when ipa-nis-manage is provided a
    wrong password, the error message contains less info
    as in the past and needs to be fixed.
    
    Fixes: https://pagure.io/freeipa/issue/8631
    Reviewed-By: Kaleemullah Siddiqui <ksiddiqu@redhat.com>