mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-08 21:15:27 +00:00
b1e5170060
Monotone-Parent: c16aa62954764e28a982189ae9222645f4705921 Monotone-Revision: a46f694fb88b061ebf1cde5157986657756d6f5c Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-03T11:51:05 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, ...);
... };
},
... };
}