mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-22 01:46:23 +00:00
Monotone-Parent: 0194b10e82c289d4b0daf68bd644381fc3f912c7 Monotone-Revision: 105b4d78ea10a9821986149f8e9f4e646deacb5b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-09-03T15:51:22 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, ...);
... };
},
... };
}