Files
sogo/Tools
Francis Lachapelle 5564a8a84b See ChangeLog.
Monotone-Parent: 1f900dd9f1637dad2237767e5a65271c06b27df0
Monotone-Revision: 9460deffbf939afae0a607ea07e015924c93fd01

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-12-12T16:39:56
2011-12-12 16:39:56 +00:00
..
2011-11-21 14:09:26 +00:00
2011-02-17 20:06:12 +00:00
2011-02-17 20:06:12 +00:00
2011-12-12 16:39:56 +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-21 14:21:09 +00:00
2011-11-03 11:54:03 +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, ...);
                        ... };
             },
             ... };
}