e56667b ipatests: Change expected home directories returned by getent

2 files Authored by tbabej 10 years ago, Committed by mkosek 10 years ago,
    ipatests: Change expected home directories returned by getent
    
    The hardcoded values for the home directories for the AD users did
    not properly scale up from the POSIX attrs only test scanario.
    
    When using POSIX attrs, the home dir is returned as whatever is set
    in the AD (/home/username by default). Without using POSIX attributes,
    the /home/domain/username form is taken by default.
    
    Refactor the tests to take this behaviour into account.
    
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>