Files
sogo/Tools
Wolfgang Sourdeau 71ff132964 Monotone-Parent: 7ad56d517ee86167bc71b34f0a08fd92931aa4cc
Monotone-Revision: ae401e761ad24b58a59b98817e4dc6c1bbbd2367

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-04-15T21:14:53
Monotone-Branch: ca.inverse.sogo
2010-04-15 21:14:53 +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, ...);
                        ... };
             },
             ... };
}