Files
sogo/Tools
Wolfgang Sourdeau 9d8a399d1d Monotone-Parent: b99a47157b925a50d1bf80f94b80de642f2aad73
Monotone-Revision: d5f984ad83aebee05e5bda110e339c4b94d822f3

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-02-24T20:13:27
Monotone-Branch: ca.inverse.sogo
2011-02-24 20:13:27 +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
2010-09-03 15:51:22 +00:00
2010-06-23 12:08:09 +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, ...);
                        ... };
             },
             ... };
}