mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-22 18:06:24 +00:00
Monotone-Parent: 5b2bc8f17ae0dbc785abcc143ebf3cd49d100698 Monotone-Revision: b0f0e0a5f736b92a629c7c421d50a5ae9f3f8c6e Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2011-02-17T20:06:12 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, ...);
... };
},
... };
}