The Export feature will export all the data to a .csv file. The Mass operations option permit an import of a .csv file. You can edit a .csv file in a spreadsheet application.
Mandatory fields:
actionuser: Options available:
login: User login;
name: User name. If more than one word is used the " is necessary;
email: User email;
accountquota: Quota for the user account. The 0 is unlimited;
idworkarea: User workarea number;
password: Insert a user password. Later the user can change it by the myipbrick site. Note that this field is not present when we export a .cvs file, so you must create it;
mailalias: User email alias.
Other fields:
usernumber: User LDAP ID;
groupnumber: Group LDAP ID of user;
idserver: Slave server IP where to create the account. The 0 is for local;
passwordtype: 1 for normal, 2 for biometric mode;
randompassword: Used to generate random password's for users;
sipurl: User's SIP url, representing the phone near the user;
mailaccountstatus: 1 for active, 2 for inactive;
mailquota: Maximum mail account quota in MBytes;
mailmaxsize: Maximum received message size in MBytes;
mailforward: It's a forward mail for the user;
mailoutoreply: It's the automatic reply message. The use of " is needed;
homedrive: Represents the account network drive. The default is Z;
roamingprofile: 1 for a roaming profile, 2 for a local profile.
Example of a .cvs file content for mass operations import option:
"actionuser";"login";"name";"email";"accountquota";"idworkarea";"password";"mailalias"
"I";"jsmith";"John Smith";"jsmith@domain.com";"0";"1";"123456";"john.smith@domain.com"
"I";"bjones";"Bill Jones";"bjones@domain.com";"0";"2";"123456";"bill.jones@domain.com"
"I";"shamilton";"Sara Hamilton";"shamilton@domain.com";"0";"2";"123456";"sara.hamilton@domain.com"