Files
sogo/Tools
Francis Lachapelle 90b5a2bf5e Branch for SOGo v1.3.10
Monotone-Parent: 1e8c7259f7ef4e643e8c4d7691e6d7b69faa65c3
Monotone-Revision: 01554e46f2d289111d615a3006a1b61ad6f76320

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-11-01T18:46:51
2011-11-01 18:46:51 +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-06-29 17:43:10 +00:00
2011-06-29 17:43:10 +00:00
2011-03-21 18:04:50 +00:00
2011-11-01 18:46:51 +00:00
2011-11-01 18:46:51 +00:00
2011-10-13 01:27:57 +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, ...);
                        ... };
             },
             ... };
}