sogo/Tools
Ludovic Marcotte f6f5613be5 (fix) handle FilterType changes using EAS (fixes #3543) 2016-03-28 08:43:56 -04:00
..
GNUmakefile Applied PR90 as a patch due to too-many merge conflicts when cherry-picking 2015-07-22 09:05:17 -04: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 Remove pointless #imports from .m and .h files 2016-02-13 16:11:52 -05:00
SOGoEAlarmsNotifier.m Remove pointless #imports from .m and .h files 2016-02-13 16:11:52 -05:00
SOGoSockD.h Remove pointless #imports from .m and .h files 2016-02-13 16:11:52 -05:00
SOGoSockD.m Remove pointless #imports from .m and .h files 2016-02-13 16:11:52 -05:00
SOGoSockDOperation.h Remove pointless #imports from .m and .h files 2016-02-13 16:11:52 -05:00
SOGoSockDOperation.m Remove pointless #imports from .m and .h files 2016-02-13 16:11:52 -05:00
SOGoSockDScanner.h Monotone-Parent: 1386ff575a581ce153a4d70c50dc0bed29d339ed 2010-03-31 20:15:11 +00:00
SOGoSockDScanner.m Remove pointless #imports from .m and .h files 2016-02-13 16:11:52 -05:00
SOGoTool.h Remove pointless #imports from .m and .h files 2016-02-13 16:11:52 -05:00
SOGoTool.m Remove pointless #imports from .m and .h files 2016-02-13 16:11:52 -05:00
SOGoToolBackup.m Remove pointless #imports from .m and .h files 2016-02-13 16:11:52 -05:00
SOGoToolCheckDoubles.m Remove pointless #imports from .m and .h files 2016-02-13 16:11:52 -05:00
SOGoToolCreateFolder.m Remove pointless #imports from .m and .h files 2016-02-13 16:11:52 -05:00
SOGoToolDumpDefaults.m Remove pointless #imports from .m and .h files 2016-02-13 16:11:52 -05:00
SOGoToolExpireAutoReply.m Remove pointless #imports from .m and .h files 2016-02-13 16:11:52 -05:00
SOGoToolExpireUserSessions.m Remove pointless #imports from .m and .h files 2016-02-13 16:11:52 -05:00
SOGoToolManageEAS.m (fix) handle FilterType changes using EAS (fixes #3543) 2016-03-28 08:43:56 -04:00
SOGoToolRemove.m Add verbose output to "sogo-tool remove" command 2015-09-16 11:40:14 -04:00
SOGoToolRemoveDoubles.m Remove pointless #include from .m and .h files 2016-02-13 17:41:54 -05:00
SOGoToolRenameUser.m Remove pointless #include from .m and .h files 2016-02-13 17:41:54 -05:00
SOGoToolRestore.h Applied PR90 as a patch due to too-many merge conflicts when cherry-picking 2015-07-22 09:05:17 -04:00
SOGoToolRestore.m Remove pointless #imports from .m and .h files 2016-02-13 16:11:52 -05:00
SOGoToolUserPreferences.m Remove pointless #imports from .m and .h files 2016-02-13 16:11:52 -05:00
sogo-ealarms-notify.m Use SOGoSystemDefaults in all tools 2013-02-08 16:22:14 -05:00
sogo-slapd-sockd.m Remove pointless #imports from .m and .h files 2016-02-13 16:11:52 -05:00
sogo-tool.m Remove pointless #imports from .m and .h files 2016-02-13 16:11:52 -05: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, ...);
                        ... };
             },
             ... };
}