mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-01 13:16:23 +00:00
Fixes #1924
The SQL syntax used by the former query would only work
with postgresql and Oracle.
(cherry picked from commit 378eef4082)
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, ...);
... };
},
... };
}