Files
sogo/Tools
Wolfgang Sourdeau 47e6a827ee Monotone-Parent: e000b5c0e80fdd3891b4885ea6b27d82edaf8572
Monotone-Revision: 9755daf6ba583e833c7bab387fc5e777c6272bd1

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-08-14T12:22:33
Monotone-Branch: ca.inverse.sogo
2009-08-14 12:22: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, ...);
                        ... };
             },
             ... };
}