mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-20 08:56:23 +00:00
Monotone-Parent: f70b5b1e5f982c1feda21a5227e3bc26f8dc7f66 Monotone-Revision: c82bd90e75ed49d6ff6bdcbb89b1abd0e37397fe Monotone-Author: flachapelle@inverse.ca Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-01-05T19:45:25 Monotone-Date: 2012-01-05T20:01:44 Monotone-Branch: ca.inverse.sogo Monotone-Branch: ca.inverse.sogo
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, ...);
... };
},
... };
}