Accounts
This section of the agtcsv
.cfg file defines the mappings for the account file.
Column Type | Description |
---|---|
CSVAcctID | The column in the CSV file that represents the unique identifier for the account. This mapping is required. |
CSVAcctShortID | The column in the CSV file that represents the "short" identifier for the account. This field is typically used for auto-association to user profiles when the LongID does not match. (e.g. CN=Some User,OU=Place vs some.user). This mapping is optional, and if not specified the CSVAcctID value will be used. |
CSVUserName | The column in the CSV file that represents the full (e.g. first + last) name for the account owner. This mapping is optional. |
CSVPassword | The column in the CSV file that represents the password for the account. This mapping is optional. |
CSVExpPW | The column in the CSV file that represents the password expiry status. This is a boolean attribute. This mapping is optional. |
CSVAcctStatus | The column in the CSV file that represents the enabled/disabled status of the account (boolean). This mapping is optional. |
CSVAcctLock | The column in the CSV File that represents the locked (e.g. intruder lockout) status of the account (boolean). This mapping is optional. |
CSVExpAcct | The column in the CSV file that represents the expiry status of the account (boolean). This mapping is optional. |
CSVAttribute | The columns in the CSV file that represent attributes of the account. Currently only single-valued attributes are supported. This mapping is optional. |
CSVIgnore | Columns in the CSV file that we should have the connector ignore. This mapping is optional. |