document how to force the SASL mechanism to PLAIN since

openfire's/java's DIGEST-MD5 implementation doesn't interoperate
very well with popular clients like pidgin, iChat, etc.  workaround
found by ian@, thanks
This commit is contained in:
jolan 2009-08-17 02:38:33 +00:00
parent 8f586e7e42
commit 4ab250f938
2 changed files with 15 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.5 2009/06/25 20:44:12 jolan Exp $
# $OpenBSD: Makefile,v 1.6 2009/08/17 02:38:33 jolan Exp $
COMMENT= XMPP real time collaboration server
DISTNAME= openfire_src_3_6_4
PKGNAME= openfire-3.6.4p0
PKGNAME= openfire-3.6.4p1
CATEGORIES= net
MASTER_SITES= http://www.igniterealtime.org/downloadServlet?filename=openfire/

View File

@ -19,3 +19,16 @@ Using openfire in an OpenBSD environment
several directories to be writable by the _openfire user. When you
complete the installation process, you may wish to tighten permissions
on __PREFIX__/openfire and its subdirectories.
5) openfire's DIGEST-MD5 SASL mechanism does not interoperate very well.
If you experience issues with client authentication, you may need to
force the SASL mechanism to PLAIN by adding:
<sasl><mechs>PLAIN</mechs></sasl>
to:
__PREFIX__/conf/openfire.xml
Then restart openfire for the changes to take effect.