summaryrefslogtreecommitdiffstats
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
commit90dcbe16be065e2113fba1d3cee28f40be1bb86c (patch)
treeafcda18cdbd3a84b57867ad020f29c1f21a61151
parent57196635d9b7edfcbfe1708dd22308ab30c02240 (diff)
downloadsamba-90dcbe16be065e2113fba1d3cee28f40be1bb86c.tar.gz
samba-90dcbe16be065e2113fba1d3cee28f40be1bb86c.tar.xz
samba-90dcbe16be065e2113fba1d3cee28f40be1bb86c.zip
Don't try to write the LM password in the NT password feild.
-rw-r--r--source/utils/pdbedit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/utils/pdbedit.c b/source/utils/pdbedit.c
index ce5195a810b..64a152aaa1e 100644
--- a/source/utils/pdbedit.c
+++ b/source/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') {