mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-22 01:46:23 +00:00
Monotone-Parent: 9349907ea60fdc16f7e49e777a53ccaa1117180d Monotone-Revision: 95314ab7581495c05fc3d577e9be1094af542af0 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-21T14:21:09
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, ...);
... };
},
... };
}