override_homedir (文字列) ユーザーのホームディレクトリーを上書きします。絶対パスまたはテンプレートを提供できます。テンプレートでは、以下のシーケンスが置換されます: %u ログイン名 %U UID 番号 %d ドメイン名 %f 完全修飾ユーザー名 (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. %% 文字 '%' このオプションはドメインごとに設定できます。 例: override_homedir = /home/%u 初期値: 設定なし (SSSD は 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.