UserHomeDirectorySchema

class controller.config.UserHomeDirectorySchema(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

Algorithm for building a user’s home directory path.

Attributes Summary

INITIAL_THEN_USERNAME

Paths like /home/r/rachel.

USERNAME

Paths like /home/rachel.

Attributes Documentation

INITIAL_THEN_USERNAME = 'initialThenUsername'

Paths like /home/r/rachel.

USERNAME = 'username'

Paths like /home/rachel.