Files
sogo/Tools
Wolfgang Sourdeau bc2094427f Monotone-Parent: 730f0c170d5aeba0b485facb0222c81f6499d298
Monotone-Revision: ab93644a5ada4e53c8539d710eff6a21c9d7fdc4

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-12-21T19:10:28
Monotone-Branch: ca.inverse.sogo
2009-12-21 19:10:28 +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, ...);
                        ... };
             },
             ... };
}