Files
sogo/Tools
Ludovic Marcotte 710b51581b minor fix over previous commit
Monotone-Parent: c395dc55e24320e5a7a74fe51cd8a5b61e1c8f68
Monotone-Revision: fbae6d1883c541db7a57fdf725e970f6cc80c44f

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2011-06-29T18:42:59
Monotone-Branch: ca.inverse.sogo
2011-06-29 18:42:59 +00:00
..
2011-06-29 17:43:10 +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-06-29 17:43:10 +00:00
2011-06-29 17:43:10 +00:00
2011-03-21 18:04:50 +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, ...);
                        ... };
             },
             ... };
}