Commit b2dbf5aa authored by Derek DeMoro's avatar Derek DeMoro Committed by derek

Need to ensure backwards compatibilty with Sasl Mechs and AuthorizationPolicies.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches@8266 b35dd754-fafc-0310-a699-88a17e54d16e
parent 503ac87f
......@@ -65,7 +65,7 @@ public class AuthorizationManager {
}
if (authorizationPolicies.isEmpty()) {
Log.debug("No AuthorizationProvider's found. Loading DefaultAuthorizationPolicy");
// authorizationPolicies.add(new GSSAPIAuthorizationProvider());
authorizationPolicies.add(new GSSAPIAuthorizationProvider());
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment