Files
sogo/Tools
Ludovic Marcotte ec868276aa See ChangeLog
Monotone-Parent: 5475eac0e45624fa60269bb388e23e6e2dc89bd8
Monotone-Revision: 53a3680b094640a96987cce96326daad38a619e0

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2009-12-25T22:52:52
Monotone-Branch: ca.inverse.sogo
2009-12-25 22:52:52 +00:00
..
2009-09-09 13:31:45 +00:00
2009-12-25 22:52:52 +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, ...);
                        ... };
             },
             ... };
}