Tuesday, September 17, 2019
grimoire@muc.metronome.im
September
Mon Tue Wed Thu Fri Sat Sun
            1
2 3 4 5 6 7 8
9
10 11 12 13
14 15
16 17
18 19
20
21
22
23 24 25 26 27 28 29
30            
Metronome IM "cook" book room | Support and Dev talk about the Metronome XMPP server.

Latest stable version build is: 4.0.3

For more information you can visit: https://metronome.im

Room logs can be found here: https://muc.metronome.im/logs/grimoire/

* Links *
<==========================================================>
- Building & Installation:
https://metronome.im/building
- Documentation:
https://metronome.im/documentation
- Issues Tracker:
https://github.com/maranda/metronome/issues
<==========================================================>

[19:44:11] <chema> marada any "howto" to use mysql as storage?
[19:46:19] <chema> or is a better option ldap?
[22:23:37] <Maranda> chema: storage = "sql"
[22:25:50] <chema> But I have users in ldap... Should it be then default_storage = sql and storage {accounts ="ldap"} ????
[22:26:31] <chema> I've already installed sqlite3 and luadbi for it
[22:30:34] <Maranda> Nope
[22:32:40] <Maranda> You can change the storage for modules not accounts
[22:35:05] <Maranda> You can achieve that by changing the storage of single modules loaded on the host and leaving default storage to ldap
[22:35:49] <Maranda> Accounts always use the default storage
[22:52:53] <chema> Let me understand:
Default_storage= "ldap"
Storage {
Archive = "sql",
Pep = "sql" }
[22:53:08] <chema> Archive is to call mam
[22:54:15] <chema> Anything else... Or just like that...
[22:57:37] <chema> And by the way... No hurry... The answer could arrive tomorrow is too late at your place
[23:29:36] <Maranda> No
[23:31:20] <Maranda> That I can recall { mam = "sql", ... } would change MAM storage