diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-01-05 05:58:48 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:49:45 -0500 |
commit | 6eabf593bbc50da66e09e3d581f89f80e41c9994 (patch) | |
tree | d9f8ce8ea9449e6f660a0a3882d5cf7b0bac3660 /source4 | |
parent | 28456784e9c547f564635fe32df48eccecfc84b6 (diff) | |
download | samba-6eabf593bbc50da66e09e3d581f89f80e41c9994.tar.gz samba-6eabf593bbc50da66e09e3d581f89f80e41c9994.tar.bz2 samba-6eabf593bbc50da66e09e3d581f89f80e41c9994.zip |
r12718: We don't use unicodePwd directly any more.
Andrew Bartlett
(This used to be commit c10491fb9be1eb8a13f03ed16fd3ed799315287e)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/auth/auth_sam.c | 1 |
1 files changed, 0 insertions, 1 deletions
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", |