sogo/Tools
extrafu f1bb581dcc Merge pull request #209 from extrafu/master
Latest OpenChange changes from Zentyal
2016-05-17 13:57:57 -04:00
..
GNUmakefile sogo-tool: Added create-folder command 2015-06-02 13:17:35 +02:00
GNUmakefile.preamble Adjusted rpath and removed unusued -L directives 2014-10-14 10:00:05 -04:00
README.backup Monotone-Parent: 1fb8ef38e6540891b9c5b8b0bdb02bde0768f4d9 2009-08-13 18:34:54 +00:00
SOGoEAlarmsNotifier.h Support for repetitive alarms and tasks 2014-09-12 08:34:15 -04:00
SOGoEAlarmsNotifier.m Stage1b (v2 branch) of clang compiler warning patches. 2015-11-06 01:29:26 +08:00
SOGoSockD.h Fixed most build warnings 2012-10-22 10:09:13 -04:00
SOGoSockD.m Monotone-Parent: 50723500f3fd2e527f835f55eb94a6a5f7413e40 2010-11-04 14:54:05 +00:00
SOGoSockDOperation.h Monotone-Parent: 4f981df6c4bdc933e2028d7a0ac984e74762dcb0 2010-04-23 16:29:35 +00:00
SOGoSockDOperation.m Stage1b (v2 branch) of clang compiler warning patches. 2015-11-06 01:29:26 +08:00
SOGoSockDScanner.h Monotone-Parent: 1386ff575a581ce153a4d70c50dc0bed29d339ed 2010-03-31 20:15:11 +00:00
SOGoSockDScanner.m Monotone-Parent: 1386ff575a581ce153a4d70c50dc0bed29d339ed 2010-03-31 20:15:11 +00:00
SOGoTool.h now possible for SOGo to change the sambaNTPassword/sambaLMPassword 2015-02-11 11:31:35 -05:00
SOGoTool.m now possible for SOGo to change the sambaNTPassword/sambaLMPassword 2015-02-11 11:31:35 -05:00
SOGoToolBackup.m Add domain to lookupContactEntry 2015-11-05 19:11:19 +01:00
SOGoToolCheckDoubles.m Monotone-Parent: 6e63aa35b75cb2a5e245d67e76efebed7505a5e5 2010-04-15 21:15:10 +00:00
SOGoToolCreateFolder.m Stage1b (v2 branch) of clang compiler warning patches. 2015-11-06 01:29:26 +08:00
SOGoToolDumpDefaults.m Use older NSPropertyListSerialization methods 2013-01-29 10:31:16 -05:00
SOGoToolExpireAutoReply.m Fix sogo-tool operations on Sieve script 2014-03-03 22:07:24 -05:00
SOGoToolExpireUserSessions.m Stage1b (v2 branch) of clang compiler warning patches. 2015-11-06 01:29:26 +08:00
SOGoToolManageEAS.m (fix) handle FilterType changes using EAS (fixes #3543) 2016-03-28 08:46:22 -04:00
SOGoToolRemove.m Add verbose output to "sogo-tool remove" command 2015-09-16 11:39:05 -04:00
SOGoToolRemoveDoubles.m Stage1b (v2 branch) of clang compiler warning patches. 2015-11-06 01:29:26 +08:00
SOGoToolRenameUser.m Stage1b (v2 branch) of clang compiler warning patches. 2015-11-06 01:29:26 +08:00
SOGoToolRestore.h Revert "Merge pull request #164 from Zentyal/jgarcia/revert-merge-inverse" 2015-08-03 09:48:06 +02:00
SOGoToolRestore.m Stage 5 of clang compiler warning patches. 2015-11-04 08:41:49 -05:00
SOGoToolUserPreferences.m Stage1b (v2 branch) of clang compiler warning patches. 2015-11-06 01:29:26 +08:00
sogo-ealarms-notify.m Use SOGoSystemDefaults in all tools 2013-02-08 16:22:14 -05:00
sogo-slapd-sockd.m Use SOGoSystemDefaults in all tools 2013-02-08 16:22:14 -05:00
sogo-tool.m Ensure sogo-tool loads all available products 2016-02-23 17:16:02 +01:00

README.backup

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