Jitsi Cyrus Sasl: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „=Prosody SASL LDAP Configuration= ==Install== *apt-get install lua-cyrussasl libsasl2-modules-ldap sasl2-bin ==Config SASL== ;/etc/sasl/xmpp.conf pwcheck_met…“)
 
Zeile 3: Zeile 3:
 
*apt-get install lua-cyrussasl libsasl2-modules-ldap  sasl2-bin
 
*apt-get install lua-cyrussasl libsasl2-modules-ldap  sasl2-bin
 
==Config SASL==
 
==Config SASL==
 +
*mkdir /etc/sasl
 
;/etc/sasl/xmpp.conf
 
;/etc/sasl/xmpp.conf
 
  pwcheck_method: saslauthd
 
  pwcheck_method: saslauthd

Version vom 23. März 2020, 11:46 Uhr

Prosody SASL LDAP Configuration

Install

  • apt-get install lua-cyrussasl libsasl2-modules-ldap sasl2-bin

Config SASL

  • mkdir /etc/sasl
/etc/sasl/xmpp.conf
pwcheck_method: saslauthd
mech_list: PLAIN
/etc/default/saslauthd
START=yes
DESC="SASL Authentication Daemon"
NAME="saslauthd"
MECHANISMS="ldap
MECH_OPTIONS="/etc/saslauthd.conf"
OPTIONS="-c -m /var/run/saslauthd"