Files
sogo/Tools
Wolfgang Sourdeau c1932c3747 Monotone-Parent: 00072658b3ee1a9305a65aea8e14ca879c40baa0
Monotone-Revision: b69d1a243bbadf0a35b5d09c6693d77e06ee796b

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-08-13T19:48:03
Monotone-Branch: ca.inverse.sogo
2009-08-13 19:48:03 +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, ...);
                        ... };
             },
             ... };
}