• Dave Cridland's avatar
    SCRAM should just be used when supported · c44f29a6
    Dave Cridland authored
    The logic here was wrong, but trying to handle SCRAM when we
    could read the password, or there was native support. However,
    the existing SCRAM code doesn't perform any fallback - instead
    that's left to the AuthProviders themselves to implement.
    
    So the new logic just assumes that an AuthProvider which can
    provide that fallback will advertise it. If we later make this
    support generic, it can go into the AuthFactory level.
    c44f29a6
Name
Last commit
Last update
build Loading commit data...
dbutil Loading commit data...
documentation Loading commit data...
i18n Loading commit data...
src Loading commit data...
starter Loading commit data...
webadmin Loading commit data...
webadmintld Loading commit data...
xmppserver Loading commit data...
.dockerignore Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
Dockerfile Loading commit data...
LICENSE.txt Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
pom.xml Loading commit data...