Home Directories

The Home Directory service module will query LDAP for users, create a home directory if it does not already exist, copy in template home directory, and optionally run a user supplied post-create script.

LDAP Schema

The Home Directory service module uses the standard RFC 2307 (or 2307bis) schema.

Home Directory Service Options

The Home Directory service module supports sanity checking on the uid, gid, and home directory, home directory templates, and optional post-create script.

Home Directory Service Options

home

Only write keys to subdirectories of the specified directory.

minuid

Do not write keys for uids lower than minuid.

mingid

Do note write keys for gids lower than mingid.

skeldir

Home directory template. Defaults to /usr/share/skel.

postcreate

Execute a post-create command after the user's home directory has been created. The command is passed the new user's numeric uid, numeric gid, and the full path to the new home directory.