users *almost* done

This commit is contained in:
2019-12-06 05:30:47 -05:00
parent 9c58d3a551
commit af32ba1eed
2 changed files with 200 additions and 104 deletions

View File

@@ -285,3 +285,5 @@ MDADM_SUPPORTED_LAYOUTS = {5: (re.compile(r'^((left|right)-a?symmetric|[lr][as]|
None),
10: (re.compile(r'^[nof][0-9]+$'),
None)}
# glibc doesn't support bcrypt/blowfish nor des (nor any of the others, like e.g. scrypt)
CRYPT_SUPPORTED_HASHTYPES = ('sha512', 'sha256', 'md5')