diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2015-09-14 10:15:48 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2015-09-14 10:15:48 +0300 |
| commit | 93b5a3a8092f52063cbca3ab661c7c6bae43c512 (patch) | |
| tree | 29a4333fa05497c2b87fadb824e09e7002a0d5e4 /ebin | |
| parent | 2eec79191f25368fe60435d5829c028e57426841 (diff) | |
| download | rabbitmq-server-git-93b5a3a8092f52063cbca3ab661c7c6bae43c512.tar.gz | |
Introduce per-user hashing functions, default to SHA-256
References #270.
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index d9da66c812..b3125d9654 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -38,6 +38,7 @@ {default_vhost, <<"/">>}, {default_permissions, [<<".*">>, <<".*">>, <<".*">>]}, {loopback_users, [<<"guest">>]}, + {password_hashing_mod, rabbit_password_hashing_sha256}, {cluster_nodes, {[], disc}}, {server_properties, []}, {collect_statistics, none}, |
