Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Importing user entries from a CSV file
Data Security Manager Help | TRITON AP-DATA | Version 8.1.x
User directories can be in comma-separated values (CSV) files. You have the option to import user directory entries from such files. To do that, you must generate a set of files in a specific structure.
1.
Create 3 text files named computers.csv, users.csv, and groups.csv. See CSV file formatting for details on the format.
2.
Click New in the User Directory Servers toolbar.
3.
Select CSV File in the Type field.
4.
5.
6.
7.
Each time you want to import user, group, or computer data from the CSV files, go to Settings > General > User Directories and click Import Now on the menu bar. For CSV directories, you cannot schedule automatic synchronization.
CSV file formatting
When you create your CSV user directory files, ensure that these conditions are met:
*
Use the UTF-8 character set or use a character set that is supported by its JVM installation.
*
*
*
a.
b.
*
*
Groups file format
Each row in the groups.csv file should contain:
For example:
08b3b46b-3631-46cb-adc7-176c2871e94c,Marketing - EMEA, Marketing department,7c9d4db6-1737-4b80-9e6e-42f415300a05
 
40632a33-db39-4f93-bd80-093e0b3230ca,Marketing - APAC, Marketing department,7c9d4db6-1737-4b80-9e6e-42f415300a05
 
7c9d4db6-1737-4b80-9e6e-42f415300a05,Marketing all,All Marketing departments
Users file format
Each row in the users.csv file should contain:
Additional attributes
User records can have additional attributes attached. The additional attributes are name value pairs containing information that you might want attached to users. Some of these attributes have predefined names (see below). A file containing an additional attribute should be defined as a regular expression of the following format:
[aA][tT][tT][rR]:(.+)/=/(.+)
You can choose to use any name you wish for custom attributes; they will be stored as an associated array on the user object and are used only for display. However, the following includes a well-known list of attribute names:
*
*
*
*
*
*
*
The table below illustrates some attributes:
For example:
6278ab76-2ce2-4f16-8e49-aa5104da7d0b, jdoe-mgr, jdoe.manager@example.com,CEO,7c9d4db6-1737-4b80-9e6e-42f415300a05,attr:room/=/201,attr:parkingSpace/=/1
 
ff255105-4e43-4e9a-b2bd-e366872cd212, jdoe, jdoe@example.com, administrator, 6278ab76-2ce2-4f16-8e49-aa5104da7d0b,"08b3b46b-3631-46cb-adc7-176c2871e94c;7c9d4db6-1737-4b80-9e6e-42f415300a05",attr:room/=/101
Computers file format
Each row in computers.csv should contain:
For example:
379a287f-0a5c-40ff-85fd-fae3da462d03,gumby, gumby.example.com, print server,"7c9d4db6-1737-4b80-9e6e-42f415300a05"

Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Copyright 2016 Forcepoint LLC. All rights reserved.