Files
sogo/Tools
Ludovic Marcotte fd9839a1e7 Improved the doc usage of the sogo-tool utility for the backup/restore ops.
Monotone-Parent: 009abd7de53e78e489e448345fde9f38d62f532a
Monotone-Revision: a0586e26adb36e48a7abc91b58465c3ccf2b3486

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2010-06-22T19:33:12
Monotone-Branch: ca.inverse.sogo
2010-06-22 19:33:12 +00:00
..

fileformat:
-----------
Property list:

{
  ldif_record = "dn: xxxxx\nfield: xxxx\n...";
  preferences = ( settingsdict, defaultsdict );
  tables = { "c_path4" = {
                displayname = "c_folder_name";
                records = { c_name = c_content1;
                            c_name2 = c_content2;
                            ... };
                acl = { userA = ( role1, role2, ...);
                        userB = ( role1, role2, ...);
                        ... };
             },
             ... };
}