In sssd.conf I had set the following:
ldap_user_home_directory = homeDirectory
and this works - but the returned value is in the format of "\$hostname$path" - is it possible to use just the path portion of the response?
Taking it a step further, how do I get SSSD to automatically mount the AD homeDirectory?
Thanks!