Files
sogo/Tools
Francis Lachapelle 203af6a7ca Bis.
Monotone-Parent: a46f694fb88b061ebf1cde5157986657756d6f5c
Monotone-Revision: dc7f4b5bfd6f1e20c6244c01ec2af24c5f5baba3

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-11-03T11:55:37
Monotone-Branch: ca.inverse.sogo
2011-11-03 11:55:37 +00:00
..
2011-06-29 17:43:10 +00:00
2011-02-17 20:06:12 +00:00
2011-02-17 20:06:12 +00:00
2011-06-29 17:43:10 +00:00
2011-06-29 17:43:10 +00:00
2011-03-21 18:04:50 +00:00
2011-11-03 11:55:37 +00:00
2011-11-03 11:55:37 +00:00
2011-10-13 01:27:57 +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, ...);
                        ... };
             },
             ... };
}