Files
sogo/Tools
Wolfgang Sourdeau 392b300a02 Monotone-Parent: 4f981df6c4bdc933e2028d7a0ac984e74762dcb0
Monotone-Revision: f4d36201867e3633e57d99b75ebd377af0a7a8bb

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-04-23T16:29:35
Monotone-Branch: ca.inverse.sogo
2010-04-23 16:29:35 +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, ...);
                        ... };
             },
             ... };
}