Files
sogo/Tools
Ludovic Marcotte 4998932fdd Fixed sogo-tool restore regarding previous commit
Monotone-Parent: 7d3c246e1b5f38cadd5bf14c9ca615f9af0f203e
Monotone-Revision: 4d4875b78377fad6c271a5fa4aca9647af06baed

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2011-03-28T12:28:33
Monotone-Branch: ca.inverse.sogo
2011-03-28 12:28:33 +00:00
..
2011-02-17 20:06:12 +00:00
2011-02-17 20:06:12 +00:00
2011-02-17 20:06:12 +00:00
2011-03-21 18:04:50 +00:00
2011-03-04 19:29:48 +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, ...);
                        ... };
             },
             ... };
}