Kommentare zu: Eigener Jabber-Server https://azapps.de/blog/2012/08/05/eigener-jabber-server/ Einmal mit Profis arbeiten… Sun, 19 Oct 2014 00:59:08 +0000 hourly 1 http://wordpress.org/?v=4.2.4 Von: Stefan https://azapps.de/blog/2012/08/05/eigener-jabber-server/#comment-162 Thu, 24 Oct 2013 13:04:21 +0000 https://azapps.de/?p=24#comment-162 Wenn man eine neue Konfigurationsdatei in config.avail erstellt hat, muss man diese noch nach conf.d verlinken:

ln -sf /etc/prosody/conf.avail/im.example.org.cfg.lua /etc/prosody/conf.d/im.example.org.cfg.lua

]]>
Von: MattJ https://azapps.de/blog/2012/08/05/eigener-jabber-server/#comment-151 Mon, 02 Sep 2013 11:31:29 +0000 https://azapps.de/?p=24#comment-151 Great stuff!

There is just one comment I wanted to make: although Prosody does not have hashed password storage enabled by default, it is quite easy to enable it. Simply set:

authentication = „internal_hashed“

Plaintext passwords will be automatically hashed when you next log in.

Documentation for this can be found here: http://prosody.im/doc/modules/mod_auth_internal_hashed

Hope this helps!

(and apologies for my lack of German…)

]]>