diff options
author | Jeremy Allison <jra@samba.org> | 2001-06-20 19:55:59 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-06-20 19:55:59 +0000 |
commit | 3f1254bee1b3cc8cce1e17be6f0250090f579417 (patch) | |
tree | 931ea411eafa5e7f1f88c82b52f0eb9f2ac6ce53 /source3/smbd | |
parent | 6fb063b4d5dfb1b201cb4531855662997ca02dbf (diff) | |
download | samba-3f1254bee1b3cc8cce1e17be6f0250090f579417.tar.gz samba-3f1254bee1b3cc8cce1e17be6f0250090f579417.tar.bz2 samba-3f1254bee1b3cc8cce1e17be6f0250090f579417.zip |
Fixed W2K SP2 joining a Samba PDC hosted domain.
Jermey.
(This used to be commit 05a2911403a0710d994a618e72743205a3b0b87a)
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/chgpasswd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/chgpasswd.c b/source3/smbd/chgpasswd.c index cf1fca405a..c6f6eca0ba 100644 --- a/source3/smbd/chgpasswd.c +++ b/source3/smbd/chgpasswd.c @@ -776,7 +776,7 @@ BOOL check_oem_password(char *user, /* * Call the hash function to get the new password. */ - SamOEMhash((uchar *) lmdata, (uchar *)lanman_pw, True); + SamOEMhash((uchar *) lmdata, (uchar *)lanman_pw, 516); /* * The length of the new password is in the last 4 bytes of |