Switch to 1000 rounds during unit tests

Fixes bug 992918

passlib 1.6 introduced a minimum number of rounds for sha512_crypt. As
a result, increase the rounds used during testing to the minimum

Change-Id: Ic0c635e92b4f13180a047904a6efa490ab599012
This commit is contained in:
Johannes Erdfelt 2012-05-01 22:33:06 +00:00
parent d62a913f38
commit 3b6d0eec9d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[DEFAULT]
crypt_strength = 10
crypt_strength = 1000
[identity]
driver = keystone.identity.backends.kvs.Identity