UserHomeDirectorySchema#

class nublado.controller.config.UserHomeDirectorySchema(*values)#

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.