From 6eabf593bbc50da66e09e3d581f89f80e41c9994 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 5 Jan 2006 05:58:48 +0000 Subject: r12718: We don't use unicodePwd directly any more. Andrew Bartlett (This used to be commit c10491fb9be1eb8a13f03ed16fd3ed799315287e) --- source4/auth/auth_sam.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/auth/auth_sam.c') diff --git a/source4/auth/auth_sam.c b/source4/auth/auth_sam.c index 2c41ff4df9..c491088302 100644 --- a/source4/auth/auth_sam.c +++ b/source4/auth/auth_sam.c @@ -36,7 +36,6 @@ static const char *user_attrs[] = { "krb5Key", /* passwords */ - "unicodePwd", "lmPwdHash", "ntPwdHash", -- cgit