freebsd-ports/net/openldap22-server/files/patch-libraries::liblutil::passwd.c
Jun Kuriyama 1e125b279c Add openldap22 port after repocopy from openldap21.
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
PR:		ports/53571
2003-07-02 14:49:57 +00:00

14 lines
395 B
C

#
# ITS#2562: add missing arg to hash_lanman
#
--- libraries/liblutil/passwd.c.orig Fri May 2 13:29:29 2003
+++ libraries/liblutil/passwd.c Sun Jun 22 03:08:18 2003
@@ -632,7 +632,7 @@
{
struct berval *hash;
- hash = hash_lanman( scheme, cred );
+ hash = hash_lanman( scheme, cred, text );
return memcmp( &hash->bv_val[scheme->bv_len], passwd->bv_val, 32);
}
#endif /* SLAPD_LMHASH */