Import users from file
ESET Secure Authentication allows to import users to custom realms from a CSV or LDF file. The file has to contain the name of the user at least.
To import users to a custom realm, follow the steps below:
- Select a custom realm.
- Click the gear icon , select Import Users and then select file type.
- Browse for the file, click Open.
- In the import dialog, adjust settings if necessary based on the format of your file.
- Click Import.
CSV file with a header row - click Available columns to display the column names of the header row
CSV file without a header row - the import wizard uses numbers to refer to CSV columns from right to left
To import users from an Active Directory environment to ESET Secure Authentication, export the appropriate CSV or LDF file using the command line on your Domain Controller (main computer).
Export Active Directory users to a file
csvde -f output.csv -r "(objectclass=user)" -l "dn,c,l,st,postalCode,mobile,telephoneNumber,displayName,co"
ldifde -f export.ldf -s mydomain.com -r "(objectclass=user)" -l "cn, memberOf, distinguishedName, mobile, pager, facsimileTelephoneNumber" |