override_homedir (string)
Override the user's home directory. You can either provide an absolute value
or a template. In the template, the following sequences are substituted:
%u
login name
%U
UID number
%d
domain name
%f
fully qualified user name (user@domain)
%l
The first letter of the login name.
%P
UPN - User Principal Name (name@REALM)
%o
The original home directory retrieved from the identity provider.
%h
The original home directory retrieved from the identity provider, but in
lower case.
%H
The value of configure option homedir_substring.
%%
a literal '%'
This option can also be set per-domain.
example:
override_homedir = /home/%u
Default: Not set (SSSD will use the value retrieved from LDAP)
Please note, the home directory from a specific override for the user,
either locally (see
sss_override
8) or centrally managed IPA
id-overrides, has a higher precedence and will be used instead of the value
given by override_homedir.