sogo/Tools
Francis Lachapelle c43411ae1e Typo
Fixes #4284
2017-09-12 05:41:12 -04:00
..
GNUmakefile (feat) new sogo-tool manage-acl feature to get/add/remove ACLs from GCS folders 2017-02-21 10:13:47 -05: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 (fix) silence sogo-ealarms-notify verbose output (fixes #4170) 2017-07-04 13:18:39 -04:00
SOGoSockD.h (feat) new sogo-tool checkup command to make sure user's data is sane 2017-02-09 14:41:25 -05:00
SOGoSockD.m (feat) new sogo-tool checkup command to make sure user's data is sane 2017-02-09 14:41:25 -05:00
SOGoSockDOperation.h (feat) new sogo-tool checkup command to make sure user's data is sane 2017-02-09 14:41:25 -05:00
SOGoSockDOperation.m (feat) new sogo-tool checkup command to make sure user's data is sane 2017-02-09 14:41:25 -05:00
SOGoSockDScanner.h (feat) new sogo-tool checkup command to make sure user's data is sane 2017-02-09 14:41:25 -05:00
SOGoSockDScanner.m (feat) new sogo-tool checkup command to make sure user's data is sane 2017-02-09 14:41:25 -05: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 (fix) handle domain-less-login case with multi-domain on during backups 2016-08-04 11:28:57 -04:00
SOGoToolCheckDoubles.m Monotone-Parent: 6e63aa35b75cb2a5e245d67e76efebed7505a5e5 2010-04-15 21:15:10 +00:00
SOGoToolCheckupUser.m (fix) minor fixes in tools 2017-02-22 11:00:32 -05:00
SOGoToolCreateFolder.m Stage1b (v2 branch) of clang compiler warning patches. 2015-11-06 01:29:26 +08:00
SOGoToolDumpDefaults.m (fix) sanity check when no defaults are found (fixes #4179) 2017-05-30 14:45:21 -04: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
SOGoToolManageACL.m Typo 2017-09-12 05:41:12 -04:00
SOGoToolManageEAS.m (fix) fixed typos in tools' help (fixes #4175) 2017-05-30 14:47:55 -04:00
SOGoToolRemove.m (feat) new sogo-tool checkup command to make sure user's data is sane 2017-02-09 14:41:25 -05:00
SOGoToolRemoveDoubles.m (feat) new sogo-tool checkup command to make sure user's data is sane 2017-02-09 14:41:25 -05:00
SOGoToolRenameUser.m (feat) new sogo-tool checkup command to make sure user's data is sane 2017-02-09 14:41:25 -05:00
SOGoToolRestore.h Revert "Merge pull request #164 from Zentyal/jgarcia/revert-merge-inverse" 2015-08-03 09:48:06 +02:00
SOGoToolRestore.m (fix) when restoring user's preferences, regenerate Sieve scripts (fixes #3029) 2016-06-13 14:18:59 -04:00
SOGoToolTruncateCalendar.m (fix) fixed typos in tools' help (fixes #4175) 2017-05-30 14:47:55 -04:00
SOGoToolUserPreferences.m Stage1b (v2 branch) of clang compiler warning patches. 2015-11-06 01:29:26 +08:00
sogo-ealarms-notify.m (feat) new sogo-tool checkup command to make sure user's data is sane 2017-02-09 14:41:25 -05:00
sogo-slapd-sockd.m (feat) new sogo-tool checkup command to make sure user's data is sane 2017-02-09 14:41:25 -05:00
sogo-tool.m (fix) avoid showing debug info when not needed (fixes #3726) 2016-06-13 09:16:08 -04: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, ...);
                        ... };
             },
             ... };
}