mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-19 03:49:28 +00:00
Monotone-Parent: a46f694fb88b061ebf1cde5157986657756d6f5c Monotone-Revision: dc7f4b5bfd6f1e20c6244c01ec2af24c5f5baba3 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-03T11:55:37 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, ...);
... };
},
... };
}