Table

cm_unix_clusters

Description

Unix Clusters

PluginUnix Cluster

Column

Format

Description

Definition

Comments

id

integer, primary key

Row identifier

autoincrement


cluster_idinteger, foreign keyCluster IDcm_clusters:id

sync_mode

varchar(2)

How to handle CO Person record updates

  • F: Full Sync
  • M: Manual


username_typevarchar(32)Identifier type used to generate the Unix Account usernamecm_co_extended_types:name where attribute is Identifier.typeFor Identifiers attached to CO Person
uid_typevarchar(32)Identifier type used to generate the Unix Account uidcm_co_extended_types:name where attribute is Identifier.typeFor Identifiers attached to CO Person
default_shellvarchar(64)Default Unix shellPOSIX
homedir_prefixvarchar(64)String prepended to Unix Account username to construct user's home directory

homedir_subdivisionsintegerNumber 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_typevarchar(32)Identifier type used to generate the Unix Group namecm_co_extended_types:name where attribute is Identifier.typeFor Identifiers attached to CO Group
gid_typevarchar(32)Identifier type used to generate the Unix Group gidcm_co_extended_types:name where attribute is Identifier.typeFor Identifiers attached to CO Group
default_co_group_idinteger, foreign keyDefault Group for new Unix Accounts, if configuredcm_co_groups:id
  • No labels