5bb56f9 ipatests: add test ensuring SIDs are generated for new installs

Authored and Committed by frenaud 2 years ago
    ipatests: add test ensuring SIDs are generated for new installs
    
    The standard installer now configures all the items needed
    for SID generation. Add a new test with the following scenario:
    - install IPA server
    - create an active user
    - ensure the user's entry has an attribute ipantsecurityidentifier
    - ensure that the kerberos ticket for the user contains PAC data
    by using the utility ipa-print-pac
    
    Related: https://pagure.io/freeipa/issue/8995
    Signed-off-by: Florence Blanc-Renaud <flo@redhat.com>
    Reviewed-By: Christian Heimes <cheimes@redhat.com>
    Reviewed-By: Rob Crittenden <rcritten@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>