Description of problem:
The default value of "ldap_user_home_directory" is not mentioned with AD server configuration.
Version-Release number of selected component (if applicable):
# rpm -qa sssd
sssd-2.0.0-38.el8
How reproducible:
Always
from sssd-ldap man page,
ldap_user_home_directory (string)
The LDAP attribute that contains the name of the user's home directory.
Default: homeDirectory
but with AD server configuration
default is unixHomeDirectory
Additional info:
We have "Default: cn (rfc2307, rfc2307bis and IPA), sAMAccountName (AD)" for ldap_group_name parameter in sssd-ldap man page.
verified with following details:
# rpm -q sssd
sssd-2.2.0-11.el8.x86_64
]# man sssd-ldap |egrep -A4 ldap_user_home_
ldap_user_home_directory (string)
The LDAP attribute that contains the name of the user's home directory.
Default: homeDirectory (LDAP and IPA), unixHomeDirectory (AD)
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHSA-2019:3651