146fd91 Test: Test to check whether ssh from ipa client to ipa master is successful after adding ldap_deref_threshold=0 in sssd.conf

1 file Authored by Sumedh Sidhaye 4 years ago, Committed by frenaud 4 years ago,
    Test: Test to check whether ssh from ipa client to ipa master is successful after adding ldap_deref_threshold=0 in sssd.conf
    
    Problem: After adding ldap_deref_threshold=0 setting for sssd on master for
    performance enhancement ssh from ipa client was failing
    
    Test Procedure:
    1. setup a master
    2. add ldap_deref_threshold=0 to sssd.conf on master
    3. add an ipa user
    4. ssh from controller to master using the user created in step 3
    
    Signed-off-by: Sumedh Sidhaye <ssidhaye@redhat.com>
    Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>