Files
sogo/Tools
Wolfgang Sourdeau bc33b9308a Monotone-Parent: 1ee824cc2519285b798ee5a9b6d741e19bf29966
Monotone-Revision: b07d31699d6b961e69129af2d768322df3b7fee9

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-01-22T17:32:06
Monotone-Branch: ca.inverse.sogo
2010-01-22 17:32:06 +00:00
..
2009-09-09 13:31:45 +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, ...);
                        ... };
             },
             ... };
}