mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-23 10:26:23 +00:00
Monotone-Parent: 6e7ac4cd1529c1ca1209faeb43583ee333facec8 Monotone-Revision: fdd87c8990a184548d84798a93d2b2df80f30651 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-03-21T18:04:50 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, ...);
... };
},
... };
}