mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-12 15:10:31 +08:00
Partial revert, must use lower-case hex
This commit is contained in:
parent
b109d018eb
commit
7862d5d014
@ -66,7 +66,7 @@ static void smbk5pwd_destroy() {
|
||||
#endif
|
||||
|
||||
#ifdef DO_SAMBA
|
||||
static const char hex[] = "0123456789ABCDEF";
|
||||
static const char hex[] = "0123456789abcdef";
|
||||
|
||||
/* From liblutil/passwd.c... */
|
||||
static void lmPasswd_to_key(
|
||||
|
Loading…
x
Reference in New Issue
Block a user