forked from github/server
use apache implementation by default
This commit is contained in:
parent
c21cde25f5
commit
bee97c002c
|
@ -6,7 +6,7 @@
|
||||||
#define PASSWORD_APACHE_MD5 'a'
|
#define PASSWORD_APACHE_MD5 'a'
|
||||||
#define PASSWORD_SHA256 '5' // not implemented
|
#define PASSWORD_SHA256 '5' // not implemented
|
||||||
#define PASSWORD_SHA512 '6' // not implemented
|
#define PASSWORD_SHA512 '6' // not implemented
|
||||||
#define PASSWORD_DEFAULT PASSWORD_MD5
|
#define PASSWORD_DEFAULT PASSWORD_APACHE_MD5
|
||||||
|
|
||||||
|
|
||||||
#define VERIFY_OK 0 // password matches hash
|
#define VERIFY_OK 0 // password matches hash
|
||||||
|
|
Loading…
Reference in New Issue