summaryrefslogtreecommitdiff
path: root/source3/utils/pdbedit.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2001-09-30 14:51:38 +0000
committerAndrew Bartlett <abartlet@samba.org>2001-09-30 14:51:38 +0000
commit2e3be37878f065b8012e4bb16bede14790f240f0 (patch)
tree4f6d78b2f486a7ea18f10ad210deea0f2f2a4f33 /source3/utils/pdbedit.c
parentb7ca6ec034c8b707e462e4a4457a65ce9bea0f79 (diff)
downloadsamba-2e3be37878f065b8012e4bb16bede14790f240f0.tar.gz
samba-2e3be37878f065b8012e4bb16bede14790f240f0.tar.bz2
samba-2e3be37878f065b8012e4bb16bede14790f240f0.zip
Don't try to write the LM password in the NT password feild.
(This used to be commit 90dcbe16be065e2113fba1d3cee28f40be1bb86c)
Diffstat (limited to 'source3/utils/pdbedit.c')
-rw-r--r--source3/utils/pdbedit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/utils/pdbedit.c b/source3/utils/pdbedit.c
index ce5195a810..64a152aaa1 100644
--- a/source3/utils/pdbedit.c
+++ b/source3/utils/pdbedit.c
@@ -474,7 +474,6 @@ static int import_users (char *filename)
pdb_set_lanman_passwd(sam_pwent, smbpwd);
}
/* NT password */
- pdb_set_nt_passwd(sam_pwent, smbpwd);
p += 33;
if ((linebuf_len >= (PTR_DIFF(p, linebuf) + 33)) && (p[32] == ':')) {
if (*p != '*' && *p != 'X') {