Files
sogo/Tools
Wolfgang Sourdeau 15e4f94dc9 Monotone-Parent: a19be68625a5093cfe153b4b51816f9388875b23
Monotone-Revision: 5be6c87443be578d119d408f0aa2b86f5a6bbc31

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-04-15T18:26:33
Monotone-Branch: ca.inverse.sogo
2010-04-15 18:26:33 +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, ...);
                        ... };
             },
             ... };
}