Table | cm_unix_clusters |
---|---|
Description | Unix Clusters |
Plugin | Unix Cluster |
Column | Format | Description | Definition | Comments |
---|---|---|---|---|
id | integer, primary key | Row identifier | autoincrement | |
cluster_id | integer, foreign key | Cluster ID | cm_clusters:id | |
sync_mode | varchar(2) | How to handle CO Person record updates |
| |
username_type | varchar(32) | Identifier type used to generate the Unix Account username | cm_co_extended_types:name where attribute is Identifier.type | For Identifiers attached to CO Person |
uid_type | varchar(32) | Identifier type used to generate the Unix Account uid | cm_co_extended_types:name where attribute is Identifier.type | For Identifiers attached to CO Person |
default_shell | varchar(64) | Default Unix shell | POSIX | |
homedir_prefix | varchar(64) | String prepended to Unix Account username to construct user's home directory | ||
homedir_subdivisions | integer | Number of subdivisions to insert between homedir_prefix and username | For example, a value of 2 will (with a homedir_prefix of /home and a username of jsmith) result in a home directory of /home/j/s/jsmith | |
groupname_type | varchar(32) | Identifier type used to generate the Unix Group name | cm_co_extended_types:name where attribute is Identifier.type | For Identifiers attached to CO Group |
gid_type | varchar(32) | Identifier type used to generate the Unix Group gid | cm_co_extended_types:name where attribute is Identifier.type | For Identifiers attached to CO Group |
default_co_group_id | integer, foreign key | Default Group for new Unix Accounts, if configured | cm_co_groups:id |