Files
sogo/Tools
Ludovic Marcotte 67fef95024 (fix) silence sogo-ealarms-notify verbose output (fixes #4170)
Conflicts:
	Tools/SOGoEAlarmsNotifier.m
2017-07-04 13:18:39 -04:00
..
2017-05-17 09:56:38 -04:00

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, ...);
                        ... };
             },
             ... };
}