Files
sogo/Tools
Ludovic Marcotte 5ebe3cdd09 Reverted patch for SOGoLocalStorageURL for now.
Monotone-Parent: 4a37382e84f4a00ccbbc0542ef0ae4a99a954cdd
Monotone-Revision: 72688cfe86ab1f4b8c8d1f0a9fab23384d7abaab

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2011-04-04T13:01:20
Monotone-Branch: ca.inverse.sogo
2011-04-04 13:01:20 +00:00
..
2011-02-17 20:06:12 +00:00
2011-02-17 20:06:12 +00:00
2011-02-17 20:06:12 +00:00
2011-03-21 18:04:50 +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, ...);
                        ... };
             },
             ... };
}