Skip to content

Feature: Support overriding the home directory via a template #1095

@adombeck

Description

@adombeck

SSSD supports the override_homedir option in sssd.conf to provide a template which is used to assemble the home directory that's used for a new user.

These are some of the substitutions it supports:

   %u
       login name

   %U
       UID number

   %d
       domain name

   %f
       fully qualified user name (user@domain)

So setting the option to /home/%u creates the home directory as /home/<user>.

Users requested that authd should support something similar in #884.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions