sogo/Tools
Wolfgang Sourdeau cb61753cc4 Fixed the display of the restorable folder ids 2012-10-18 11:04:50 -04:00
..
GNUmakefile * Added a new tool: 'sogo-tool expire-sessions' 2012-04-04 20:14:52 +00:00
GNUmakefile.preamble Monotone-Parent: b99a47157b925a50d1bf80f94b80de642f2aad73 2011-02-24 20:13:27 +00:00
README.backup Monotone-Parent: 1fb8ef38e6540891b9c5b8b0bdb02bde0768f4d9 2009-08-13 18:34:54 +00:00
SOGoEAlarmsNotifier.h Monotone-Parent: ce0a852faf4ba22891a76c3c85731b7a32e2d14a 2010-08-20 01:40:07 +00:00
SOGoEAlarmsNotifier.m Added support for SMTP PLAIN authentication 2012-10-16 16:56:48 -04:00
SOGoSockD.h Monotone-Parent: 1386ff575a581ce153a4d70c50dc0bed29d339ed 2010-03-31 20:15:11 +00: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 See ChangeLog. 2012-02-11 07:08:02 +00: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 See ChangeLog 2011-06-29 17:43:10 +00:00
SOGoTool.m See ChangeLog 2011-06-29 17:43:10 +00:00
SOGoToolBackup.m Monotone-Parent: 995b68ade85d0d884cdf8f6fc87e55f0c376a80c 2011-12-30 20:39:07 +00:00
SOGoToolCheckDoubles.m Monotone-Parent: 6e63aa35b75cb2a5e245d67e76efebed7505a5e5 2010-04-15 21:15:10 +00:00
SOGoToolExpireAutoReply.m Updated NEWS file. 2011-11-21 14:21:09 +00:00
SOGoToolExpireUserSessions.m * Tools/SOGoToolExpireUserSessions.m: 2012-07-09 18:22:45 +00:00
SOGoToolRemove.m Reverse localization patch. 2011-11-03 11:54:03 +00:00
SOGoToolRemoveDoubles.m See ChangeLog. 2012-03-30 21:21:51 +00:00
SOGoToolRenameUser.m Reverse localization patch. 2011-11-03 11:54:03 +00:00
SOGoToolRestore.m Fixed the display of the restorable folder ids 2012-10-18 11:04:50 -04:00
SOGoToolUserPreferences.m * Tools/SOGoToolUserPreferences.m: 2012-07-09 18:16:49 +00:00
sogo-ealarms-notify.m See ChangeLog 2011-02-17 20:06:12 +00:00
sogo-slapd-sockd.m See ChangeLog 2011-02-17 20:06:12 +00:00
sogo-tool.m * Added a new tool: 'sogo-tool expire-sessions' 2012-04-04 20:14:52 +00: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, ...);
                        ... };
             },
             ... };
}