Hi List,

I am using sssd against Win2008 AD and hence need to specify an attribute storing home directory of the user. Namely I have:

[domain/default]
ldap_id_use_start_tls = False
ldap_search_base = dc=dublin,dc=ad,dc=s3group,dc=com
id_provider = ldap
auth_provider = krb5
chpass_provider = krb5
cache_credentials = True
ldap_sasl_authid = draco$@DUBLIN.AD.S3GROUP.COM
dns_discovery_domain = dublin.ad.s3group.com
krb5_realm = DUBLIN.AD.S3GROUP.COM
ldap_sasl_mech = GSSAPI
ldap_user_object_class = user
ldap_group_object_class = group
ldap_user_home_direcory = unixHomeDirectory
ldap_tls_cacertdir = /etc/openldap/cacerts
ldap_schema = rfc2307bis


But the options ldap_user_home_directory seems to be successfully ignored - sssd is fetching homeDirectory attribute instead.
I tried restarting/reloading sssd but nothing helped. Am I anything wrong? This is freshly updated RHEL-6 box.

Thanks,
Ondrej