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
Paths like
/home/r/rachel
.Paths like
/home/rachel
.Attributes Documentation
- INITIAL_THEN_USERNAME = 'initialThenUsername'¶
Paths like
/home/r/rachel
.
- USERNAME = 'username'¶
Paths like
/home/rachel
.