enable Bcrypt password storage

This commit is contained in:
Oliver Gorwits
2014-02-08 19:10:03 +00:00
parent f8cf6aad73
commit 545f878cb7
11 changed files with 114 additions and 66 deletions

View File

@@ -18,6 +18,11 @@ database:
# RECOMMENDED SETTINGS
# --------------------
# set to "false" if you MUST maintain backwards compatibility
# with Netdisco 1.x web frontend.
# ```````````````````````````````````````````````````````````
safe_password_store: true
# will be stripped from fqdn when displayed in the web UI
# also, do not forget the leading dot.
# ```````````````````````````````````````````````````````
@@ -48,8 +53,8 @@ database:
# expiry:
# when: '20 23 * * *'
# increase the performance of parallel DNS resolution for node names
# (the default is max_outstanding: 10)
# increase the performance of parallel DNS resolution for node
# names (the default is max_outstanding: 10)
# ````````````````````````````````````````````````````````````
#dns:
# max_outstanding: 100