add a test case and document sha512crypt passwords support

This commit is contained in:
Nicola Murino
2019-09-15 12:23:27 +02:00
parent b5211fd31b
commit bba78763e1
5 changed files with 39 additions and 3 deletions

View File

@@ -44,8 +44,8 @@ const (
pbkdf2SHA256Prefix = "$pbkdf2-sha256$"
pbkdf2SHA512Prefix = "$pbkdf2-sha512$"
sha512cryptPwdPrefix = "$6$"
manageUsersDisabledError = "please set manage_users to 1 in sftpgo.conf to enable this method"
trackQuotaDisabledError = "please enable track_quota in sftpgo.conf to use this method"
manageUsersDisabledError = "please set manage_users to 1 in your configuration to enable this method"
trackQuotaDisabledError = "please enable track_quota in your configuration to use this method"
)
var (