Go to the table of contents Go to the previous page You are at the end of the document View or print as PDF
Formats
Generic LDAP format
The table below describes how mail addresses, groups, and user information must be formatted in generic LDAP input.
 
File format
You can synchronize data to the cloud portal from a file source. The table below shows the required format of data in input files for mail, groups, and users. Each field must be separated by a comma, and each mail address, group, or user must start on a new line.
 
A single line in an input file for users would look like this:
<usernameDN>,,<GUID>,<NTLMID>,<Primary email>,<Memberof Group1>,<Memberof Group2>,<Memberof Groupn>
Within each field, any backslashes or further commas must be escaped, using hexadecimal code \0x002c for a comma, and \0x005c for a backslash. For example:
dn=CN=Joe.Smith\0x002cOU=Salesoffice\0x002cDC=acme\0x002cDC=com, ,746B8515-C8FF-C940-9D905F053CB22D25,acmenet\0x005cjsmith,smith@acme.com, CN=Sales\0x002cOU=salesoffice\0x002cDC=acme\0x002cDC=com, CN=USemployees \0x002cDC=acme\0x002cDC=com
If you use the mailalias option, any commas in the alias list must be "double escaped," with the escape character escaped itself. For example:
mailalias=JSmith@acme.com,J.Smith@acme.co.uk
must be written:
mailalias=JSmith@acme.com\0x005c0x002cJ.Smith@acme.co.uk
The full line in the input file would look like this:
dn=CN=Joe.Smith\0x002cOU=Salesoffice\0x002cDC=acme\0x002cDC=com, mailalias=JSmith@acme.com\0x005c0x002cJ.Smith@acme.co.uk,746B8515-C8FFC940- 9D905F053CB22D25,acmenet\0x005cjsmith,smith@acme.com, CN=Sales\0x002cOU=salesoffice\0x002cDC=acme\0x002cDC=com, CN=USemployees \0x002cDC=acme\0x002cDC=com
 

Go to the table of contents Go to the previous page You are at the end of the document View or print as PDF
Copyright 2022 Forcepoint LLC. All rights reserved.