mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 17:43:14 +00:00
Fix typo in configmanager
This commit is contained in:
parent
cf9f4a9691
commit
033903f712
@ -486,7 +486,7 @@ def _get_valid_attrname(attrname):
|
||||
return attrname
|
||||
|
||||
|
||||
def grub_hashcrypt_value(value)
|
||||
def grub_hashcrypt_value(value):
|
||||
salt = os.urandom(64)
|
||||
algo = 'sha512'
|
||||
rounds = 10000
|
||||
|
Loading…
Reference in New Issue
Block a user