Table

cm_unix_cluster_accounts

Description

Unix Cluster Accounts

PluginUnix Cluster

Column

Format

Description

Definition

Comments

id

integer, primary key

Row identifier

autoincrement


unix_cluster_idinteger, foreign keyUnix Cluster IDcm_unix_clusters:id
co_person_idinteger, foreign keyCO Person IDcm_co_people:id

sync_mode

varchar(2)

How to handle CO Person record updates

  • F: Full Sync
  • M: Manual

Initially populated by cm_unix_clusters:sync_mode, but does not automatically follow changes to that value

statusvarchar(2)Status
  • A: Active
  • D: Deleted
  • D2: Duplicate
  • XP: Expired
  • GP: GracePeriod
  • PA: PendingApproval
  • S: Suspended

usernamevarchar(256)Unix Account usernamePOSIX
uidintegerUnix Account uid

POSIX


gecosvarchar(80)Unix Account GECOS field

login_shellvarchar(64)Unix Account shellPOSIX
home_directoryvarchar(64)Unix Account home directory

primary_co_group_idinteger, foreign keyPrimary Group for Unix Accountcm_co_groups:id
valid_fromdatetimeUnix Account is valid from this timeIf null, valid any time through valid_through
valid_throughdatetimeUnix Account is valid through (but not past) this timeIf null, valid any time from valid_from
  • No labels