Hello. I've encountered a problem with adding sasl section to openfire.xml.
When I add <sasl> section to openfire.xml it starts to ignore <setup> section, so i cannot log in to admin console and clients cannot connect to server.
<sasl> <mechs>GSSAPI</mechs> <realm>DOMAIN.NAME</realm> <gssapi> <debug>true</debug> <config>/usr/share/openfire/conf/gss.conf</config> <useSubjectCredsOnly">false</useSubjectCredsOnly> </gssapi> </sasl> <authorization> <classList>org.jivesoftware.openfire.auth.DefaultAuthorizationPolicy</classList> </authorization>
What did i do wrong?