mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
Partial revert, must use lower-case hex
This commit is contained in:
parent
b109d018eb
commit
7862d5d014
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue