diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-07-02 14:49:57 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-07-02 14:49:57 +0000 |
commit | 1e125b279cad708ca816c72adf67c6c960c717f2 (patch) | |
tree | 2df1f09070949cca271081c0335b961da8ce4a3d /net/openldap23-server/files/patch-libraries::liblutil::passwd.c | |
parent | Change maintainer to ports@, email is bouncing: (diff) |
Add openldap22 port after repocopy from openldap21.
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
PR: ports/53571
Notes
Notes:
svn path=/head/; revision=84047
Diffstat (limited to 'net/openldap23-server/files/patch-libraries::liblutil::passwd.c')
-rw-r--r-- | net/openldap23-server/files/patch-libraries::liblutil::passwd.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/openldap23-server/files/patch-libraries::liblutil::passwd.c b/net/openldap23-server/files/patch-libraries::liblutil::passwd.c new file mode 100644 index 000000000000..32de74e9ee11 --- /dev/null +++ b/net/openldap23-server/files/patch-libraries::liblutil::passwd.c @@ -0,0 +1,14 @@ +# +# 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 */ |